Re: How to convert a text to curve?

2013-09-24 Thread chinkhun
There are steps converting text to curve in adobe acrobat pro. You can google it. Or you can look at www.ehow.com/how_5692578_convert-fonts-curves-acrobat.html Maybe PDF Box team can reverse engineer it? Chin Khun Sent from my BlackBerry® via Smartfren EVDO Network -Original Message-

Re: How to convert a text to curve?

2013-09-24 Thread Maruan Sahyoun
Hi, unfortunately I don't know of a processing lib handling that task. All the solutions I know of are dealing with that topic when the PDF is originally created. There are some manual ways e.g. using Acrobat or Illustrator. BR Maruan Am 24.09.2013 um 18:21 schrieb daijun <16360...@qq.com>:

Re: 回复: What is different from the input pdf file and output pdf file?

2013-09-24 Thread Maruan Sahyoun
Hi, no, the information is only for the content stream of the page. Information such as header information, document metadata, cross reference ?? are missing. BR Maruan Am 25.09.2013 um 04:44 schrieb "??" <2907716...@qq.com>: > I am trying to confirm whether tokens all together??tok

?????? What is different from the input pdf file and output pdf file??

2013-09-24 Thread ??????????
I am trying to confirm whether tokens all together??tokens got by the code ??List tokens = parser.getTokens(); contains the entire information of the pdf file. -- -- ??: "Andreas Lehmkuehler";; : 2013??9??24??(??) 11:59

Re: How to convert a text to curve?

2013-09-24 Thread daijun
Thank you Maruan Sahyoun. You help me a lot. Do you any other PDF tools can convet text to a curve? d.j. -- Original -- From: "Maruan Sahyoun";; Date: Tue, Sep 24, 2013 11:46 PM To: "users"; Subject: Re: How to convert a text to curve? Hi, converting te

Re: HTML to PDF

2013-09-24 Thread Peter Murray-Rust
I used FOP extensively some years back - don't know what its current status is. It takes any XML (so the HTML will need to be XHTML.). It uses W3C-FO "stylesheets" which give considerable control over layout but may require some time investment to understand. I would probably revisit it if I had a

Re: What is different from the input pdf file and output pdf file??

2013-09-24 Thread Andreas Lehmkuehler
Hi, Am 24.09.2013 08:04, schrieb ??: package copyfile; import java.text.SimpleDateFormat; import java.util.List; import org.apache.pdfbox.pdfparser.PDFStreamParser; import org.apache.pdfbox.pdfwriter.ContentStreamWriter; import org.apache.pdfbox.pdmodel.PDDocument; import org.apache.pd

Re: HTML to PDF

2013-09-24 Thread James Green
Not directly. I don't think that's PDFBox's purpose. But a very quick search of the Internet shows people using Apache FOP to do some conversion. I've not used FOP directly either so can't comment further. On 24 September 2013 16:02, Henry, Chad wrote: > Is it possible to convert an HTML documen

Re: How to convert a text to curve?

2013-09-24 Thread Maruan Sahyoun
Hi, converting text to a curve is a major effort. There is no specific function for that in PDFBox. But you could e.g. set a permission in PDF to disallow text extraction http://pdfbox.apache.org/apidocs/org/apache/pdfbox/pdmodel/encryption/AccessPermission.html BR Maruan Sahyoun Am 24.09.20

Re: HTML to PDF

2013-09-24 Thread Maruan Sahyoun
Hi Chad, that's currently not possible using PDFBox. There are several projects dealing with that topic. One approach is to convert or doing it's own rendering done by projects such as http://weasyprint.org or http://html2fo.sourceforge.net The other approach is to use the browser as a render e

How to convert a text to curve?

2013-09-24 Thread daijun
Dears, I want to convert a text in a pdf to a curve. i.e. convert a text such as "hello" to a pen curve "hello"(change to token c) so that the text can not be copied. Thank you in advance! d.j.

HTML to PDF

2013-09-24 Thread Henry, Chad
Is it possible to convert an HTML document to a PDF using pdfbox? Thanks Chad Henry System Design and Devlopment 717-9450

Problem loading Courier New TTF

2013-09-24 Thread David.Petrie
Hi, I'm having a problem loading Courier New as a true type font. I'm using version 1.8.2. I've noticed there are a lot of bugs regarding true type fonts, but one fix managed to fix loading Arial as a true type font (https://issues.apache.org/jira/browse/PDFBOX-1663). I'm just wondering if