Printing a PDF file from within Navision

magic32
Member Posts: 3
Does anybody know of a method or possibly a driver that will allow me to print a PDF file from directly within Attain. Specifically, we have items that have a link to the actual PDF file. When printing a work order we would like to print the linked PDF file at the same time. Any suggestions??
0
Comments
-
You have several answers to your problem in mibuso forum.
You can just print the report to the Acrobat Printer driver or you have a technical solution posted before if you don´t want to use Acrobat
Regards,
Luís Nunes0 -
Hiya luis...
I've been using an SDK from www.amyuni.com, they have a printer driver that does this - the PDF Converter. Try their demo and see if you like it. I do0 -
Acrobat Distiller is also OK.0
-
I am searching and searching, but still didn't found the clear answer:
I want to print a pdf document from a form such as production order, just like to print routing sheet etc.
Which command can I use to print it exactly? I don't want to create or open the file but just to print it?
Have anyone any idea?
Best regards,
Rizal0 -
Hi!
The following C/AL code should do the job:result:=SHELL('C:\Acrobat\Acrobat.exe',STRSUBSTNO('/p /h "%1"',filename));
just substitute "filename" with full path to PDF file and "c:\acrobat\acrobat.exe" to full path to AdobeAcrobat or Adobe Acrobat Reader.
hope that helps,
damn0 -
Dear damn,
would you please specify where one should insert this code?
ThanksBest regards,
Denis Petrov.0 -
Suggestion:
Create a new processing-only report
Add this to Report Selections
The processing report would then be responsible for checking to what PDFs need to be printed at the same time - and would be called automatically
The only difficulty is trying to ensure that all the documents go to the same printer!
Of any use?0 -
0
-
result:=SHELL('C:\Acrobat\Acrobat.exe',STRSUBSTNO('/p /h "%1"',filename));
This works great, except it leaves adobe reader open. The adobe application does not have the focus and the file that is being printed is not open, just the adobe application remains open. Is there a shell command that will close the adobe reader application?
Thanks in advance,
Eric0 -
0
-
dschieff36 wrote:result:=SHELL('C:\Acrobat\Acrobat.exe',STRSUBSTNO('/p /h "%1"',filename));
This works great, except it leaves adobe reader open. The adobe application does not have the focus and the file that is being printed is not open, just the adobe application remains open. Is there a shell command that will close the adobe reader application?
Thanks in advance,
Eric
If You're using Adobe Reader Vers. 5 You can use command /t instead of /p /h, this thing will open reader,print, and close reader. Versions 6..8 doesn't close reader after printing, so it's solution only for Adobe Reader 5.0 -
Does anyone know which of this tools can apply/print stationary as well?
Thanks,
Stefanie0 -
Kaetchen wrote:Does anyone know which of this tools can apply/print stationary as well?
Thanks,
Stefanie
Also Pdf995 has an add-on called EditPDF995 which allows for stationary
see pic for all the tabs & options
http://savatage99.googlepages.com/pdfed ... arytab.JPG
http://www.pdf995.com/
http://www.pdfedit995.com/0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions