GEO Spatial pdf....

View: New views
10 Messages — Rating Filter:   Alert me  

GEO Spatial pdf....

by Amit Sinha :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

OutPDF1.pdf

I am creating Geospatial PDF using iTextSharp and I have done almost thing. I have enabled the UserProperties also. But when i click on object model tree its not recognising the feature.
I am attaching the output pdf.Please see my PDF and Please tell me where I am wrong.

PDF to PDF-X/PDF-A

by imgen :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Dear Everyone,
     I have a problem - use iText to convert PDF files to PDF-X/PDF-A files, is it possible?


Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: PDF to PDF-X/PDF-A

by Leonard Rosenthol-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

It’s possible, but it’s a  LOT of work.  There is nothing built into iText to do this…

 

From: Imgen Tata [mailto:imgen@...]
Sent: Friday, October 23, 2009 9:39 AM
To: iText Questions
Subject: [iText-questions] PDF to PDF-X/PDF-A

 

Dear Everyone,
     I have a problem - use iText to convert PDF files to PDF-X/PDF-A files, is it possible?


Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: PDF to PDF-X/PDF-A

by 1T3XT info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Imgen Tata wrote:
> Dear Everyone,
>      I have a problem - use iText to convert PDF files to PDF-X/PDF-A
> files, is it possible?

No, that's not possible.
I've tried to convert a PDF file to PDF/A-1a with Acrobat and
EVEN Acrobat wasn't able to do this correctly in all cases
(although the result was very close to what I needed).

You're not looking for a free product such as iText,
you're looking for an expensive product!
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: PDF to PDF-X/PDF-A

by 1T3XT info :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Leonard Rosenthol wrote:
> It’s possible, but it’s a  LOT of work.  There is nothing built into
> iText to do this

I had a report in plain PDF with the following text:

PRESENT:
F. Lloyd Wright, R. Piano, A. Rossi,
R. Koolhaas, B. Van Reeth, S. Beel,
B. Lowagie

I converted this PDF to PDF-1a with Acrobat.
Acrobat assumed that "PRESENT" and "F. Lloyd
Wright, R. Piano, A. Rossi," were P(aragraphs).
The other two lines were tagged as a list with
labels "R." and "B." ;-)

I don't complain about this: all in all, I was
very pleased with the result.

I'm just given this example to show the OP that
it's extremely difficult to convert a PDF without
any structure to a PDF with structure without
human intervention.

That's also what common sense tells us.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: GEO Spatial pdf....

by Larry Reeder-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Amit,

According to the "Adobe Supplement to the ISO 32000", section 8.8.1:

http://www.google.com/url?sa=t&source=web&ct=res&cd=1&ved=0CAsQFjAA&url=http%3A%2F%2Fwww.adobe.com%2Fdevnet%2Facrobat%2Fpdfs%2Fadobe_supplement_iso32000.pdf

you need a Measure dictionary of Subtype GEO to create a geospatial PDF.   There's no Measure dictionary in the PDF you provided.

Although it's Java-specific, you may find the context in this archived iText discussion helpful:

http://www.mail-archive.com/itext-questions@.../msg41657.html

           -Larry

On Fri, Oct 23, 2009 at 5:33 AM, Amit Sinha <amit.sinha@...> wrote:

http://www.nabble.com/file/p26024688/OutPDF1.pdf OutPDF1.pdf

I am creating Geospatial PDF using iTextSharp and I have done almost thing.
I have enabled the UserProperties also. But when i click on object model
tree its not recognising the feature.
I am attaching the output pdf.Please see my PDF and Please tell me where I
am wrong.
--
View this message in context: http://www.nabble.com/GEO-Spatial-pdf....-tp26024688p26024688.html
Sent from the iText - General mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: Spam: PDF to PDF-X/PDF-A

by Mark Storer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
It would be much more reasonable to aim for PDF/A-1b.  The 'b' requirements are significantly easier to achieve with some random PDF file.
 
iText still won't do it for you, but it becomes a job an expert could accomplish.
 

--Mark Storer
  Senior Software Engineer
  Cardiff.com

#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;

-----Original Message-----
From: Imgen Tata [mailto:imgen@...]
Sent: Friday, October 23, 2009 6:39 AM
To: iText Questions
Subject: Spam: [iText-questions] PDF to PDF-X/PDF-A

Dear Everyone,
     I have a problem - use iText to convert PDF files to PDF-X/PDF-A files, is it possible?


Windows Live Hotmail: Your friends can get your Facebook updates, right from Hotmail®.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: GEO Spatial pdf....

by Mark Storer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

You've marked "UserProperties" as "false".  It needs to be true.

I think we need to add direct support for the UserProperties flag in PdfWriter.  I'll get it.

--Mark Storer
  Senior Software Engineer
  Cardiff.com

#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;



> -----Original Message-----
> From: Amit Sinha [mailto:amit.sinha@...]
> Sent: Friday, October 23, 2009 4:33 AM
> To: itext-questions@...
> Subject: [iText-questions] GEO Spatial pdf....
>
>
>
> http://www.nabble.com/file/p26024688/OutPDF1.pdf OutPDF1.pdf
>
> I am creating Geospatial PDF using iTextSharp and I have done
> almost thing.
> I have enabled the UserProperties also. But when i click on
> object model
> tree its not recognising the feature.
> I am attaching the output pdf.Please see my PDF and Please
> tell me where I
> am wrong.
> --
> View this message in context:
> http://www.nabble.com/GEO-Spatial-pdf....-tp26024688p26024688.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
>
> --------------------------------------------------------------
> ----------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year.
> Jumpstart your
> developing skills, take BlackBerry mobile applications to
> market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> iText-questions mailing list
> iText-questions@...
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: GEO Spatial pdf....

by Mark Storer-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Unless someone beat me to it.  See what happens when you don't update your source regularly?

--Mark Storer
  Senior Software Engineer
  Cardiff.com

#include <disclaimer>
typedef std::Disclaimer<Cardiff> DisCard;



> -----Original Message-----
> From: Mark Storer [mailto:MStorer@...]
> Sent: Friday, October 23, 2009 8:35 AM
> To: Post all your questions about iText here
> Subject: Re: [iText-questions] GEO Spatial pdf....
>
>
> You've marked "UserProperties" as "false".  It needs to be true.
>
> I think we need to add direct support for the UserProperties
> flag in PdfWriter.  I'll get it.
>
> --Mark Storer
>   Senior Software Engineer
>   Cardiff.com
>
> #include <disclaimer>
> typedef std::Disclaimer<Cardiff> DisCard;
>
>
>
> > -----Original Message-----
> > From: Amit Sinha [mailto:amit.sinha@...]
> > Sent: Friday, October 23, 2009 4:33 AM
> > To: itext-questions@...
> > Subject: [iText-questions] GEO Spatial pdf....
> >
> >
> >
> > http://www.nabble.com/file/p26024688/OutPDF1.pdf OutPDF1.pdf
> >
> > I am creating Geospatial PDF using iTextSharp and I have done
> > almost thing.
> > I have enabled the UserProperties also. But when i click on
> > object model
> > tree its not recognising the feature.
> > I am attaching the output pdf.Please see my PDF and Please
> > tell me where I
> > am wrong.
> > --
> > View this message in context:
> > http://www.nabble.com/GEO-Spatial-pdf....-tp26024688p26024688.html
> > Sent from the iText - General mailing list archive at Nabble.com.
> >
> >
> > --------------------------------------------------------------
> > ----------------
> > Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> > is the only developer event you need to attend this year.
> > Jumpstart your
> > developing skills, take BlackBerry mobile applications to
> > market and stay
> > ahead of the curve. Join us from November 9 - 12, 2009.
> Register now!
> > http://p.sf.net/sfu/devconference
> > _______________________________________________
> > iText-questions mailing list
> > iText-questions@...
> > https://lists.sourceforge.net/lists/listinfo/itext-questions
> >
> > Buy the iText book: http://www.1t3xt.com/docs/book.php
> > Check the site with examples before you ask questions:
> http://www.1t3xt.info/examples/
> You can also search the keywords list:
> http://1t3xt.info/tutorials/keywords/
>
>
> --------------------------------------------------------------
> ----------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year.
> Jumpstart your
> developing skills, take BlackBerry mobile applications to
> market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> iText-questions mailing list
> iText-questions@...
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Re: PDF to PDF-X/PDF-A

by Leonard Rosenthol-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

He didn't necessary say PDF/A-1a (which, as you note, requires tagging).  He could just as easily make PDF/A-1b.

-----Original Message-----
From: 1T3XT info [mailto:info@...]
Sent: Friday, October 23, 2009 11:13 AM
To: Post all your questions about iText here
Subject: Re: [iText-questions] PDF to PDF-X/PDF-A

Leonard Rosenthol wrote:
> It's possible, but it's a  LOT of work.  There is nothing built into
> iText to do this

I had a report in plain PDF with the following text:

PRESENT:
F. Lloyd Wright, R. Piano, A. Rossi,
R. Koolhaas, B. Van Reeth, S. Beel,
B. Lowagie

I converted this PDF to PDF-1a with Acrobat.
Acrobat assumed that "PRESENT" and "F. Lloyd
Wright, R. Piano, A. Rossi," were P(aragraphs).
The other two lines were tagged as a list with
labels "R." and "B." ;-)

I don't complain about this: all in all, I was
very pleased with the result.

I'm just given this example to show the OP that
it's extremely difficult to convert a PDF without
any structure to a PDF with structure without
human intervention.

That's also what common sense tells us.
--
This answer is provided by 1T3XT BVBA
http://www.1t3xt.com/ - http://www.1t3xt.info

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
iText-questions mailing list
iText-questions@...
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/