Questions tagged [pdfclown]

PDF Clown is a free/libre open source implementation of the Portable Document Format (PDF) specification published by Adobe® Systems Inc., written as a class library in multiple languages (Java™ 6 and C#/.NET 4.0).

PDF Clown is a free/libre open source implementation of the Portable Document Format (PDF) specification published by Adobe® Systems Inc., written as a class library in multiple languages (Java™ 6 and C#/.NET 4.0).

Java version represents the reference implementation of PDF Clown.

C# version was developed upon the Mono flavour of the .NET framework, which allows it to run over multiple platforms (BSD and UNIX variants, including OS X and Solaris, and Microsoft® Windows®). As such code adheres to the related ECMA spec, it may also be run upon other .NET implementations, including MS'.

It's hosted here at SourceForge.

95 questions
-1
votes
1 answer

How to highlight the color for non english search keyword as orange in pdfclown

I am using pdf clown and i got the requirement like highlight the color for non english search keyword as orange.Currently i am able to search the keyword and highlight with yellow color for non english keywords as per the screenshot: Kindly…
Seshadri
  • 101
  • 1
  • 1
  • 9
-1
votes
1 answer

Get position only from highlights in pdf document with PDF Clown

I use the method "Annotation.getBox" from PDF Clown library to get position of highlights in text. On this way also position of bolt or italic text is retrieved. How can this be avoided? I want to get only Retancle2D from real highlights.
godani
  • 1
  • 2
-1
votes
1 answer

casting an javax.swing.ImageIcon object to org.pdfclown.documents.contents.entities.Image

I'm trying to cast a javax.swing.ImageIcon to a org.pdfclown.documents.contents.entities.Image so that I can display images in PDF file created by PDF Clown from my Swing application. I require a ImageIcon because the source image needs to be…
glend
  • 1,592
  • 1
  • 17
  • 36
-1
votes
1 answer

How to export graphics2d To PDF using PDFCLown library

I am new to pdfClown. I have a Graphics2D data from my JAVA JCanvas i need to export this graphics2d data to PDF. How can i do that by using pdfclown? Please Help me.
Suri
  • 1
  • 3
-2
votes
1 answer

How to improve performance for search keywords highlighting on file using pdfclown

I am using pdfclown and below code is taking around 100 seconds to highlighting search keywords in same file.Kindly provide your inputs for improving performance in below code.Please find the jar path in below url to run this…
Seshadri
  • 101
  • 1
  • 1
  • 9
1 2 3 4 5 6
7