Search found 48 matches

by JNewhouse
Thu Oct 15, 2015 1:58 am
Forum: Annotations
Topic: Annotation Region
Replies: 1
Views: 5867

Annotation Region

Hello Loic, Within our application, we allow the user to annotate a PDF file. Our application uses the GdViewer class with the AnnotationManager - it's similar to your sample application. currently, when a user adds an annotation they are able to draw outside of the page, into the background (i atta...
by JNewhouse
Sun Dec 30, 2012 6:43 am
Forum: Annotations
Topic: Adding an image but specify the image size
Replies: 1
Views: 5699

Adding an image but specify the image size

Hi Loic, We are using the AddEmbeddedImageAnotInteractive() method to allow the user to drop an image file onto a PDF page. The problem is that when using the mouse to draw the location and size of the image to be embedded, the size drawn is not always accurate, so the resulting image is stretched. ...
by JNewhouse
Tue Sep 18, 2012 5:24 am
Forum: Example requests & Code samples
Topic: Compressing Annotated PDF Files
Replies: 1
Views: 5227

Compressing Annotated PDF Files

We are trying to implement annotations using the Annotations plug in, but find that it creates very large files when burning the annotations to the page (we have to burn). We started looking at the jbig2 compression plug in, but don't see a difference in file size. Can you provide sample code or eve...
by JNewhouse
Fri Aug 03, 2012 7:33 pm
Forum: Annotations
Topic: SaveAnnotationsToPage() Question
Replies: 6
Views: 4796

Re: SaveAnnotationsToPage() Question

Hello, I was looking at your HTML documentation online under the "gdPicturePDF Class" section. Within that section of the help file, you have sections for "Annotations (PDF Scheme)" and you have a separate section for "Images". I was asking about adding an image more li...
by JNewhouse
Fri Aug 03, 2012 6:00 am
Forum: Annotations
Topic: SaveAnnotationsToPage() Question
Replies: 6
Views: 4796

Re: SaveAnnotationsToPage() Question

Hi Loic, yes, i see that i can add text, lines and such with the GdPicturePDF class, but i don't see a function for adding an image file. Well, i'm looking at the "Annotations" methods within the GdPicturePDF class, perhaps you mean adding images using methods in the "Images" sec...
by JNewhouse
Sat Jul 28, 2012 5:02 am
Forum: Annotations
Topic: SaveAnnotationsToPage() Question
Replies: 6
Views: 4796

Re: SaveAnnotationsToPage() Question

Hello, Thank you for the response. regarding your second paragraph, you say "if you want to create standard pdf annotations, you have to use the gdpicturepdf class, by code". my most important need is to highlight text within a pdf file and to embed a small image file into an area on the p...
by JNewhouse
Fri Jul 27, 2012 5:58 am
Forum: Annotations
Topic: SaveAnnotationsToPage() Question
Replies: 6
Views: 4796

SaveAnnotationsToPage() Question

Hello, can you please explain to me the purpose of this function? I assumed it was to embed the XMP file into the pdf file, however i was reading another post on this forum that said you must use the BurnAnnotationsToPage() in order for the annotations to be viewable in different viewers (ie Adobe R...
by JNewhouse
Thu Dec 22, 2011 6:02 pm
Forum: Example requests & Code samples
Topic: How to rotate a page?
Replies: 2
Views: 2972

Re: How to rotate a page?

Hi Loic,
Okay, i went directly to the "Code samples" forum on the forums page, and didn't think to look at the included samples.

Thank You,
Jean-Claude
by JNewhouse
Thu Dec 22, 2011 5:58 am
Forum: Example requests & Code samples
Topic: How to rotate a page?
Replies: 2
Views: 2972

How to rotate a page?

Hello,
Can you provide sample code on how to rotate a single page within a multipage pdf file, and save? I would like to do it in a way that does not use rasterization? is this possible??

I'm using version .Net 8.5 and have the PDF plugin.

Thanks as always,

Jean-Claude
by JNewhouse
Fri Aug 26, 2011 5:50 am
Forum: PDF
Topic: PDF compression
Replies: 1
Views: 1929

PDF compression

Hi Loic, I have a few questions on the methods SetCompressionForBitonalImage() and SetCompressionForColorImage()? Can these be used on a page by page basis or only once when the new PDF is created? Do they work with the ClonePage() method or are they for the rasterization method? Sorry, but I'm conf...
by JNewhouse
Fri Aug 12, 2011 7:41 am
Forum: PDF
Topic: PDFReader Method
Replies: 1
Views: 1941

PDFReader Method

Hi Loic, In a previous forum post, I asked about the PDFReader methods and you said they were moved into the GDPicturePDF class. I cannot find these methods anywhere. I'm using the GdPicture.net version 8. I currently have a demo license for the PDFImage plugin and can access and use other PDF funct...
by JNewhouse
Fri Aug 12, 2011 7:33 am
Forum: PDF
Topic: Merging Different Files Types to PDF
Replies: 2
Views: 2424

Re: Merging Different Files Types to PDF

Okay, it wasn't working for me, but now i know it's doable so i doublechecked my code and found the problem. it's working now.

Thanks!
by JNewhouse
Thu Aug 11, 2011 3:42 am
Forum: PDF
Topic: Merging Different Files Types to PDF
Replies: 2
Views: 2424

Merging Different Files Types to PDF

Hi Loic, I'm testing the .Net PDF Plugin functionality for possible use in our application and wanted to know if the following process could be used and if so, can you provide pseudocode to guide me. I need to merge multiple files that will either be .pdf or .jpgs into a single .pdf file. The files ...
by JNewhouse
Fri Aug 05, 2011 5:44 am
Forum: PDF
Topic: How to Use the ClonePage method
Replies: 1
Views: 2602

How to Use the ClonePage method

Hi Loic, Can you provide a code snippet of how to use the ClonePage PDF method for the case where i have one 10-page pdf file and i want to split it into two-five page pdf files? Pages 1-5 in the first pdf, pages 6-10 in the second pdf. specifically, what i'm trying to understand is the placement of...
by JNewhouse
Wed Jul 13, 2011 6:08 pm
Forum: Image Processing & Document Imaging
Topic: PDFReader in GdPicture.Net 8
Replies: 6
Views: 3439

Re: PDFReader in GdPicture.Net 8

Hi Loic, RE: You don't understand my question in your previous reponse, you said the PDFReader was deprecated and moved into the plugin. so it sounded to me like it was no longer the optimal way to perform a process that involves reading a PDF file and splitting it's contents into multiple new pdf f...