Search found 9 matches

by Matus
Mon Jul 06, 2020 4:48 pm
Forum: PDF
Topic: Redaction of images
Replies: 1
Views: 8036

Re: Redaction of images

Hi, If redaction region overlaps an image the image is processed in the intersection area. The intersection area of the image will have all the pixels set to the color specified for the redaction (black by default) or closest possible color alternative depending on the image format / color space. Th...
by Matus
Tue Oct 22, 2019 2:40 pm
Forum: PDF
Topic: How to achieve "PAdes level B-LTA" after signing PDF with GDPicture
Replies: 2
Views: 8631

Re: How to achieve "PAdes level B-LTA" after signing PDF with GDPicture

Hello, Thanks for posting on GdPicture forums. GdPicture is currently not able to achieve PAdES Level B-LTA. We will need to update our signing process to include certificate validation against revocation lists and we should be able to allocate development time for this until the end of this year. W...
by Matus
Mon Oct 14, 2019 1:55 pm
Forum: PDF
Topic: PDF signature compliance related to PAdeS/EIDAS standards
Replies: 1
Views: 4725

Re: PDF signature compliance related to PAdeS/EIDAS standards

Hi Elena, PDF does not restrict use of different types of signature handlers used in older verions (1.4, 1.5 etc.). PAdES/CAdES was added to the PDF 2.0 specification to make sure all conforming readers/creators will be able to work with the specification. But those standards have been used in PDF b...
by Matus
Wed Jun 26, 2019 11:39 am
Forum: PDF
Topic: SetMetadata + PDFConformance PDF/A-3a
Replies: 3
Views: 5446

Re: SetMetadata + PDFConformance PDF/A-3a

Hi Marco, In order to make sure the output PDF/A documents are valid we are rebuilding the metadata from scratch during the conversion. This means that if you need to add specific metadata to the resulting PDF/A3 document you will need to modify the metadata after the conversion. To do this you will...
by Matus
Wed Jun 26, 2019 11:27 am
Forum: PDF
Topic: Create a Factur-X conform PDF document
Replies: 5
Views: 13450

Re: Create a Factur-X conform PDF document

Hi Marco, We do not currently provide any dedicated methods to create ZUGFeRD or Factur-X documents. In order to create this kind of document you will need to embed the XML part to the PDF document using file name specified by the ZUGFeRD or Factur-X specifications. After that you will need to save ...
by Matus
Wed Jan 16, 2019 4:58 pm
Forum: PDF
Topic: PDF file loaded and saved seems to be modified
Replies: 2
Views: 3764

Re: PDF file loaded and saved seems to be modified

Hi, This is correct behavior. GdPicture needs to parse the document upon loading it. In some cases in order to open the file we need to repair the files. Because of that saving the file will automatically reconstruct the PDF file. Digital signatures make sure there have not been any modifications in...
by Matus
Wed Jan 16, 2019 4:40 pm
Forum: PDF
Topic: Signing PDFs and Timestamps (reloaded)
Replies: 17
Views: 16555

Re: Signing PDFs and Timestamps (reloaded)

Hi, The latest release contains modifications that enable automatic recognition of supported hash. Supported hash should be automatically recognized after using any SetSignatureCertificateFrom* method. If the issues persists i would advise to open support ticket so that we can get a closer look at w...
by Matus
Tue Jan 15, 2019 3:23 pm
Forum: PDF
Topic: Do not sign in Japanese
Replies: 1
Views: 3914

Re: Do not sign in Japanese

Hi,

this issue has already been fixed in latest version of GdPicture.
by Matus
Tue Jan 15, 2019 1:34 pm
Forum: PDF
Topic: How to crop or change the page size of a existing PDF file
Replies: 1
Views: 5358

Re: How to crop or change the page size of a existing PDF file

Hello, I order to achieve this you need to use the SetPageBox method. Link here: https://www.gdpicture.com/guides/gdpicture/Overview.html#GdPicture.NET.14~GdPicture14.GdPicturePDF~SetPageBox.html To get correct PageBox parameters you need to know that PageBox in PDF is always using BottomLeft coordi...