Search found 227 matches

by Hugo
Tue Jan 31, 2023 11:52 am
Forum: Example requests & Code samples
Topic: C# Change imagen color to gray scale image
Replies: 1
Views: 5003

Re: C# Change imagen color to gray scale image

Hi Jared, I would ask what exactly do you mean by this "I need to change the color of image". Does the background need to change? Or do you want to apply a faint transparent color over the entire image? To test whatever you need to do I would suggest using the following sample: C:\GdPictur...
by Hugo
Wed Jan 04, 2023 6:41 pm
Forum: Other discussions
Topic: Problems with ImageDocuments
Replies: 1
Views: 10342

Re: Problems with ImageDocuments

Hi Jared,

Could you contact us here please? https://orpalis.zendesk.com/hc/en-us/requests/new

This is so we may more closely examine your specific key you are using and what you should have access to.

Regards,
Hugo Cudd
Technical Support
by Hugo
Thu Dec 08, 2022 4:48 pm
Forum: General discussions
Topic: How to convert PDF into an image-only PDF?
Replies: 4
Views: 14102

Re: How to convert PDF into an image-only PDF?

JacksonLeo,

Thanks for your reply/assistance here however I'm fairly sure the above links solved this 11 year old question.

If you yourself have any questions do not hesitate to contact us.

Regards,
Hugo Cudd
Technical Support
by Hugo
Mon Nov 21, 2022 5:55 pm
Forum: PDF
Topic: Why are there layers?
Replies: 1
Views: 5411

Re: Why are there layers?

Hi Paola, Thank you for your question. Given what you have described, it would be impossible for me to tell without having the PDF on my end. I would ask for the PDF if possible. If this is private you can create a ticket here and send it to us please: https://orpalis.zendesk.com/hc/en-us/requests/n...
by Hugo
Mon Nov 14, 2022 6:08 pm
Forum: Feature Requests
Topic: How do I insert page number to PDF ?
Replies: 3
Views: 6870

Re: How do I insert page number to PDF ?

Alvinchan, You will need to calculate the height and width to do this yes. It should be very straight forward and should require minimal effort on your end as we have functions to calculate page height and width. If there were a prebuilt function, we would not know where to put this as some prefer t...
by Hugo
Wed Nov 09, 2022 6:02 pm
Forum: Feature Requests
Topic: How do I insert page number to PDF ?
Replies: 3
Views: 6870

Re: How do I insert page number to PDF ?

Hi Alvinchan, Thank you for your question. These are 2 separate requests however you can do both with GdPicture. Here is a simple example demonstrating how to merge 2 PDFs (links ordered by most general case to most precise case): https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture...
by Hugo
Fri Oct 28, 2022 1:32 pm
Forum: COM interoperability
Topic: thumbnailex GetItemSelectState always true
Replies: 3
Views: 11242

Re: thumbnailex GetItemSelectState always true

Hi Isaac,

Thanks for your feedback.

Could you provide me a code project isolating the issue on your end please so I may run this "as is" and reproduce it on my end?

Regards,
Hugo Cudd
Technical Support
by Hugo
Fri Oct 07, 2022 11:44 am
Forum: PDF
Topic: PDF Compression
Replies: 3
Views: 7286

Re: PDF Compression

Hi Marsenne, I have responded in both your tickets. If you are getting any other issues do not hesitate to let us know and we'll assist you in one centralized place if this is only concerning a single issue. As mentioned, this is what you need for license registration: https://www.gdpicture.com/guid...
by Hugo
Tue Sep 27, 2022 3:51 pm
Forum: PDF
Topic: PDF Compression
Replies: 3
Views: 7286

Re: PDF Compression

Hi there, Thank you for your feedback. This behavior seems unusual as it should not be converting it to black and white. Besides, the black and white conversion is unusable. I have sent this to our developpers who will look into a fix as this document may contain very specific and rare attributes wh...
by Hugo
Fri Sep 23, 2022 2:54 pm
Forum: General discussions
Topic: CreateGdPictureImageFromFile returning 0, ability to get more detail on UnknownImageFormat status
Replies: 2
Views: 6706

Re: CreateGdPictureImageFromFile returning 0, ability to get more detail on UnknownImageFormat status

Hi there, Thanks for your question. From your description the issue comes from this "I have an application that is retrieving an image or pdf from an API." NOTE: You cannot load PDFs using this method: "CreateGdPictureImageFromFile" (This is exclusively reserved for image formats...
by Hugo
Fri Sep 23, 2022 2:48 pm
Forum: Annotations
Topic: Textbox vs. Sticky Note
Replies: 1
Views: 5388

Re: Textbox vs. Sticky Note

Chedder, Thank you for your feedback. Both annotation should behave the same way. When you click on the annotation, it will enter editing mode in which you can modify the properties of the annotation. Clicking off of it will save it and you will be able to preview how this will look like on your pag...
by Hugo
Tue Sep 20, 2022 12:09 pm
Forum: PDF
Topic: Is there anyway to make all PDF's form fields not able to be copied ?
Replies: 3
Views: 6647

Re: Is there anyway to make all PDF's form fields not able to be copied ?

Hi there, Sorry for the slightly delay here. Please refer to our documentation for such a method. The method I was specifically refering to can be found here: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdViewer~ApplyAllRedactions.html?highlight=applyallredactions%2C Let ...
by Hugo
Fri Sep 16, 2022 2:31 pm
Forum: PDF
Topic: Extract the highlighted text in the scanned pdf
Replies: 1
Views: 5639

Re: Extract the highlighted text in the scanned pdf

Hi Farrukh, Thanks for your question. You can absolutely do this and this only requires 2 steps for you to do so. The first requires you to redact both words on your page. You can use this demo to preview how this is done (interactively): https://www.gdpicture.com/pdf-sdk/pdf-redaction/ We have anot...
by Hugo
Thu Sep 15, 2022 2:03 pm
Forum: PDF
Topic: Is there anyway to make all PDF's form fields not able to be copied ?
Replies: 3
Views: 6647

Re: Is there anyway to make all PDF's form fields not able to be copied ?

Hi there,

Thank you for your question.

If you are using our function to redact then using the follow-up method to simply apply all redactions to your page should allow you to block this text wherever it may be.

If you need further assistance then let me know.

Regards,
Hugo Cudd
Technical Support
by Hugo
Fri Sep 02, 2022 1:16 pm
Forum: Example requests & Code samples
Topic: [C#] Adding a text watermark to a pdf page
Replies: 1
Views: 13337

Re: [C#] Adding a text watermark to a pdf page

Hi Surenm, As we have discussed this further in the ticket you created, I believe you have your answer. I would suggest using the following methods one after another for such a purpose: https://www.gdpicture.com/guides/gdpicture/GdPicture.NET.14~GdPicture14.GdPicturePDF~AddFreeTextAnnotation.html ht...