I want to use MigraDoc/PdfSharp to create and store PDF documents.
是否有办法在屏幕上显示这些文件? 我愿在我的节目中显示印刷,而不是用文件名称开始阅读。
我考虑了使用XPS而不是PDF储存印刷材料,但随后我认为有必要将XPS转换为PDF,将其邮寄给客户。 出于空间原因,我不想以两种格式节省同样的印刷。
I want to use MigraDoc/PdfSharp to create and store PDF documents.
是否有办法在屏幕上显示这些文件? 我愿在我的节目中显示印刷,而不是用文件名称开始阅读。
我考虑了使用XPS而不是PDF储存印刷材料,但随后我认为有必要将XPS转换为PDF,将其邮寄给客户。 出于空间原因,我不想以两种格式节省同样的印刷。
MigraDoc can save files in its own format "MigraDoc DDL". You can preview MDDDL on the screen, create PDF or RTF from it or print it.
Disadvantage: images are not included in the MDDDL file (OTOH this can be an advantage as images can be shared between several documents).
You can ZIP document plus images for storage.
PDFsharp可以创建来自SPS的PDF文档(但是,这属于一个邦,没有完全投入使用)。
How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...
Looking for solution to extract content from a PDF file (using console tool or a library). It will be used on server to produce on-line e-books from uploaded PDF files. Need to extract following ...
This is a bit more of a fun question than a serious one, but how does the Adobe PDF format make documents so... portable? I just created a small Word document, 235kb in size, containing multiple ...
How can I export an HTML table in my page as PDF and/or XLS? (preferably using JS (+jquery))
I am using a Java library called PDFBox trying to write text to a PDF. It works perfect for English text, but when i tried to write Russian text inside the PDF the letters appeared so strange. It ...
Possible Duplicate: Convert HTML + CSS to PDF with PHP? How can I convert an HTML page (via $cURL or something) to a PDF file?
Are there any free tools that I can use to convert a PDF document into an XPS document? Although a nice programmatic API would be nice, I m not opposed to shelling out to a command line tool to do ...
I need to develop a service able to convert MS Office and Open Office documents to PDF. And the PDF`s also need to be commentable when opened in ADOBE Reader. I have used a piece of software from www....