Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 51,271 for

import document

(0.27 sec)
  1. Convert EPUB to PDF – Aspose.HTML for Python vi...

    Convert EPUB to PDF using Aspose.HTML Python library. Consider various EPUB to PDF conversion scenarios in Python code examples....'XPS' }} import aspose.html.converters as conv import aspose.html...'TIFF'}} import aspose.html.converters as conv import aspose.html...

    docs.aspose.com/html/python-net/convert-epub-to...
  2. Render Solid Gridlines while Converting Excel t...

    Learn how to display solid gridlines during Excel to PDF conversion using Aspose.Cells for Python via .NET.... import os from aspose.cells import Workbook , PdfSaveOptions...pdf" ), pdf_save_options ) AI Document Assistant Close Embed Attachment...

    docs.aspose.com/cells/python-net/render-solid-g...
  3. Insert an Empty Page at End of PDF File in Ruby...

    Discover how to insert an empty page at the end of a PDF Document using Ruby with Aspose.PDF, adding flexibility to your PDF processing tasks....Empty Page at the end of PDF document using Aspose.PDF Java for...Ruby Code # The path to the documents directory . data_dir = File...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  4. Prolblem convert html to pdf/a with compliance ...

    Hi, my company has upgraded to Aspose 23. I’m having a problem when I try to convert HTML to PDF/A with a compliance level. From what I understand, it’s no longer possible to directly set the compliance level on the A…...page margins for possible document stamping. The problem is that...and attaching the HTML test document and the Junit test. @Override...

    forum.aspose.com/t/prolblem-convert-html-to-pdf...
  5. Unexpected Col Widths and Word-Wrap in HTML-imp...

    Hello, We are seeing an issue related to HTML Import - where the HTML contains a table with fixed column widths. When the HTML is added to a Document and the table’s auto-fit property is disabled, the column widths of t…...Widths and Word-Wrap in HTML-imported Table when Auto-Fit is Disabled...Aspose.Words Product Family import-data , words-java , auto-fit-columns...

    forum.aspose.com/t/unexpected-col-widths-and-wo...
  6. Alternative methods to supply main TeX input fi...

    Aspose.TeX API solution for Python includes a Constructor that accepts a stream as the first argument, providing conversion functionality.... tex import * 2 from aspose. tex . io import * 3 from aspose...presentation . xps import * 4 from io import BytesIO 5 ##########...

    docs.aspose.com/tex/python-net/other-ways-of-ma...
  7. Font-Embedding ROMAN - Free Support Forum - asp...

    Hello, we upgraded from version 18.1 to version 24.8. During this transition, we noticed differences in how fonts are embedded when generating a PDF file from a Word Document. Fonts are now embedded twice with differen…...generating a PDF file from a Word document. Fonts are now embedded twice...implement this: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/font-embedding-roman/315555
  8. Aspose::Words::Drawing::ImageData::get_IsLinkOn...

    Aspose::Words::Drawing::ImageData::get_IsLinkOnly method. Returns true if the image is linked and not stored in the Document in C++....linked and not stored in the document. bool Aspose :: Words :: Drawing...MakeObject < Aspose :: Words :: Document > ( get_MyDir () + u "Images...

    reference.aspose.com/words/cpp/aspose.words.dra...
  9. Convert pdf to image Chinese garbled - Free Sup...

    Convert pdf to jpeg, Chinese garbled,other normal. image.png (51.7 KB) code: file_name_without_ext = Path(file_name).stem Document = ap.Document(str(file_path)) resolution = ap.devices.Resolution(200) …...stem document = ap.Document(str(file_path)) resolution...max_pages and page_count <= len(document.pages): new_file_name = f...

    forum.aspose.com/t/convert-pdf-to-image-chinese...
  10. Convert PDF to Word documents in Node.js|Aspose...

    Learn how to convert PDF to DOC(DOCX) in the Node.js environment....Convert PDF to Word documents in Node.js Contents [ Hide ] To...case you want to convert PDF document, you can use AsposePdfToDoc...

    docs.aspose.com/pdf/nodejs-cpp/convert-pdf-to-doc/