Sort Score
Result 10 results
Languages All
Labels All
Results 2,081 - 2,090 of 50,515 for

import document

(0.15 sec)
  1. Footnotes conversion from HTML to DOCX - Free S...

    Hello, I am trying to convert an HTML to DOCX with Aspose.Words for java and I have footnotes in the HTML with reference. I want to convert them in real footnotes in DOCX without loosing the reference is it possible? Th…...Words can import footnotes that are marked up...footnotes when you save the document as DOCX . The key is to use...

    forum.aspose.com/t/footnotes-conversion-from-ht...
  2. Working with Headers and Footers|Aspose.Words f...

    Create, manage, and remove headers and footers in a Document using Python....with headers and footers in a document. A header is text that is...on all or some pages of the document, such as page numbers, creation...

    docs.aspose.com/words/python-net/working-with-h...
  3. 在将 Excel 转换为 PDF 时渲染实心网格线(Render Solid Gridline...

    学习如何在使用 Aspose.Cells for Python via .NET 转换 Excel 为 PDF 时显示实线网格线。... import os from aspose.cells import Workbook , PdfSaveOptions...pdf" ), pdf_save_options ) AI Document Assistant Close 使用Python.NET在PDF中嵌入附件...

    docs.aspose.com/cells/zh/python-net/render-soli...
  4. Convert Docx to PDF generate an error - Free Su...

    I have a Docx that i want to convert to PDF. When i call the “new Document()”, i get the following error : Exception in thread "main" com.aspose.words.FileCorruptedException: The Document appears to be corrupted and c…... When i call the “new Document()”, i get the following error...FileCorruptedExcepti: The document appears to be corrupted and...

    forum.aspose.com/t/convert-docx-to-pdf-generate...
  5. Formatting issue when merging two dox into one ...

    I need to merge multiple docx file into one. When I merge it there is a formatting issue in the last sentence. Please refer the attached files. merged_Document.docx (21.4 KB) 2.docx (28.5 KB) 3.docx (28.3 KB) Python…... merged_document.docx (21.4 KB) 2.docx (28...implementation: merged_document = aw.Document() merged_document.remove_all_children()...

    forum.aspose.com/t/formatting-issue-when-mergin...
  6. Working with Operators using Python|Aspose.PDF ...

    This topic explains how to use operators with Aspose.PDF for Python via .NET. The operator classes provide great features for PDF manipulation....into a PDF file: Open the PDF Document Define Image Placement Coordinates...State Save the Modified PDF Document The following code snippet...

    docs.aspose.com/pdf/python-net/working-with-ope...
  7. Aspose::Words::Loading::RtfLoadOptions::get_Rec...

    Aspose::Words::Loading::RtfLoadOptions::get_RecognizeUtf8Text method. When set to true, will try to detect UTF8 characters, they will be preserved during Import in C++....they will be preserved during import. bool Aspose :: Words :: Loading...characters while loading an RTF document. // Create an "RtfLoadOptions"...

    reference.aspose.com/words/cpp/aspose.words.loa...
  8. 使用 Python 向 PDF 添加水印 | Aspose.PDF

    通过 COM Interop 在 .NET Framework、.NET Core 和 PHP、VBScript、Delphi、C++ 上向 PDF 文件添加水印的 Python 源代码。...添加水印-Python import aspose.pdf as apdf from os import path path_infile...data_dir , outfile ) doc = apdf . Document ( path_infile ) artifact =...

    products.aspose.com/pdf/zh-hant/python-net/wate...
  9. Lock PDF using Python | Aspose.PDF

    Python sample code to protect PDF Document on any platform....Protect PDF Document Using Python Lock PDF using Aspose.PDF....unauthorized changes to the document, maintaining its accuracy...

    products.aspose.com/pdf/python-cpp/encrypt/
  10. 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...