Skip to main content
Participating Frequently
January 22, 2019
질문

Hi, I want to convert a DXF file to a PDF file with a footer.

  • January 22, 2019
  • 8 답변들
  • 5081 조회

Hi, I want to convert a DXF file to a PDF file with a footer. This does work. Only I want the filename to be included at once. How does this work? or should this always be done in two steps?

이 주제는 답변이 닫혔습니다.

8 답변

Legend
January 24, 2019

That's what you'd have to write.

HerraldvdB작성자
Participating Frequently
January 24, 2019

"addField API" ?

Legend
January 24, 2019

There is no Java in Acrobat. There is JavaScript. You can use it to add form fields, form fields can contain names of the file. You can use addField API.

HerraldvdB작성자
Participating Frequently
January 24, 2019

What is the code for that? sorry i am not very experienced with this

Legend
January 23, 2019

My mistake, I looked at "footer" (which you can do) not "name of the file" which is not a feature. This seems to need an add on, or programming... but the difficulties still don't justify printing PDF to PDF, a true disaster.

HerraldvdB작성자
Participating Frequently
January 24, 2019

Do you know a JAVA code that can with just one click in Action Wizard Convert DXF into PDF with a footer(name of the file). And maybe it demolish the PDF a bit but the quality or something isn't very important. its just to check thousand of DXF files

Legend
January 23, 2019

Yes, that should be fine.

Legend
January 22, 2019

Printing a PDF to a PDF can cause terrible damage to the file, and is never recommended, even if it seems the obvious solution to anything. Acrobat Pro has a Header & Footer Tool, give that a try. If it does what you like you can use the Action Wizard to process a folder full of files at once.

HerraldvdB작성자
Participating Frequently
January 23, 2019

Alright i gonna try:)

Legend
January 22, 2019

1. (Select item) Where? In what app or tool?

2. (Convert to PDF) How?

4. (Selecting item) Where? In what app or tool?

5. (Print it out) What does printing out have to do with the problem? Don't get it, sorry, you said you wanted a footer.

HerraldvdB작성자
Participating Frequently
January 22, 2019

1. Select a DXF file in just a folder and tap Convert into a PDF file

2. Soo i did it and the DXF is now a PDF

3. After it i selected the PDF and opened in Adobe Acrobat DC

4. I printed the PDF and selected that i want a footer (PDF>PDF)

I just want to skip step 3 and 4 and convert a DXF and directly having a footer

HerraldvdB작성자
Participating Frequently
January 22, 2019

Is there another way to do it faster? Now:

1. Select item

2. Convert to PDF

3. Repeatly hitting the enter button

If it is converted

4. Selecting item (no more then 10 a time)

5. Print it out

6. repeatly hitting enter button.

Finshed

Legend
January 22, 2019

Two steps sounds right.