Skip to main content
Participant
February 25, 2019
質問

Is the Reference code for automating a PDF Document to create a new document by using Visual C#.

  • February 25, 2019
  • 返信数 6.
  • 929 ビュー

Can someone point me in the right direction? I'm looking for code to automate a PDF Document to create a new document by using Visual C#. I am using a PC, Visual Studio 17 and C# . I am able to do this with Microsoft Word Document but would rather us adobe. I have Adobe Arcade Pro and Adobe Creative

このトピックへの返信は締め切られました。

返信数 6

Legend
February 26, 2019

Ok, do you always want to make this new document from a Word document that you have already saved? Or something else?

billj94536904作成者
Participant
February 26, 2019

No I would like to just use Adobe . I just need to make 1PDF template and be able to reference in my code where my text in pictures will be inserted . From there I can save that report and  Use that same template for the next report.

Legend
March 1, 2019

That would be much harder than using Word. It’s sometimes done on servers for performance reasons (but not with Acrobat). If you want to do it with Acrobat you would need detailed PDF internals knowledge and to write a C++ plugin.  

Legend
February 26, 2019

Is this for

- personal use on your own workstation as an interactive tool

- personal use in a background task (not networked)

- use by other people who will each have Acrobat Pro

- use by other people without Acrobat Pro

- use on a web server to deliver PDF on demand

- something else

-

billj94536904作成者
Participant
February 26, 2019

The application will be used just by me with my Adobe arcade pro account and will not be a Web application.  Just need the ability to write my report in my  Desktop application and  when ready the able to view and edit my report and PDF form with my text and pictures Inserted into there pre determenad  locations on the document.  This would allow me to utilize all the features that adobe arcade pro has to offer.