RBASTI 0 Posted March 24, 2011 Hi, I was wondering if it's possible to create a PDF file with AutoIT... I dont want to convert a file to pdf, but want to create a pdf file from scratch. It should contain text, frames and images. Is there any way to do this with AutoIT? Thanks in advance... Rolf Bastiaansen Share this post Link to post Share on other sites
martin 85 Posted March 24, 2011 (edited) Hi,I was wondering if it's possible to create a PDF file with AutoIT...I dont want to convert a file to pdf, but want to create a pdf file from scratch.It should contain text, frames and images.Is there any way to do this with AutoIT?Thanks in advance...Rolf BastiaansenYes.You can create the page with text, frames and images using my print udf for example, and then print it to a pdf printer like CutPDF which is free. See the link in my signature.EDIT: Welcome to the AutoIt forums RBASTI Edited March 24, 2011 by martin Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script. Share this post Link to post Share on other sites
ProgAndy 88 Posted March 24, 2011 (edited) You could also try to implement something like FPDF, but this is not too simple.Edit: Propably the best solution would be to use libharuEdit: Someone already tried to use libharu, but did not complete the UDFs: Edited March 24, 2011 by ProgAndy *GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes Share this post Link to post Share on other sites
RBASTI 0 Posted March 24, 2011 Ok thanks guys, i'll look into that... Share this post Link to post Share on other sites
kaotkbliss 146 Posted March 24, 2011 (edited) taietel was working on a pdf creator in autoit. You can find his work in the example forums *edit*fixed link Edited March 24, 2011 by kaotkbliss 010101000110100001101001011100110010000001101001011100110010000001101101011110010010000001110011011010010110011100100001My Android cat and mouse gamehttps://play.google.com/store/apps/details?id=com.KaosVisions.WhiskersNSqueekWe're gonna need another Timmy! Share this post Link to post Share on other sites
RBASTI 0 Posted March 28, 2011 Ok tnx kaotkbliss, that one looks promising... Share this post Link to post Share on other sites