Search found 4 matches

by kermit6000
Fri Feb 28, 2014 4:59 pm
Forum: General discussions
Topic: Problem with iHCQ compressed PDF files
Replies: 1
Views: 3629

Problem with iHCQ compressed PDF files

Hello, I'm currently having a problem in my program while reading a PDF file compressed with iHQC (IRIS Technology : https://www.irislink.com/c2-2438-189/iHQC---Hyper-Compression-Technology.aspx). I'm using GdPicture 9.4 and it takes a long time to load the file and particulary the thumbnails. It's ...
by kermit6000
Wed Aug 28, 2013 3:14 pm
Forum: Annotations
Topic: Saving annotation in XML file increases PDF length
Replies: 1
Views: 12362

Saving annotation in XML file increases PDF length

Hello, I'm currently working on a project that need to separate the save of the annotations the users added and the original pdf file. While I'm using the file's hash to compare it with the version that is in the DB to see if I need to save it (after a page rotation for example) in my DB because it ...
by kermit6000
Fri Nov 23, 2012 4:11 pm
Forum: PDF
Topic: Probleme with DeletePage() function
Replies: 2
Views: 2037

Re: Probleme with DeletePage() function

In facts, It deletes page 1 and page 11.
by kermit6000
Fri Nov 23, 2012 3:06 pm
Forum: PDF
Topic: Probleme with DeletePage() function
Replies: 2
Views: 2037

Probleme with DeletePage() function

Hello, I'm working with GdPicture for 3 months and I've got a problem with the DeletePage() function. Explaination : I want to copy a page from a GdPicturePDF to another, then delete the page from the first. pgdpTempPdf.ClonePage(mVisionneurDePdf, 1) mVisionneurDePdf.DeletePage(1) Before deleting th...