Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 56,340 for

import document

(0.81 sec)
  1. Remove XLSB Annotation Online or Manage Annotat...

    delete comments from XLSB file through online app for free. C++ API code to manage comments of XLSB files....Xlsb Clear Comments from XLSB Document Online or Manage via C++ Develop...Develop powerful C++ based XLSB document annotation utility application...

    products.aspose.com/total/cpp/annotate/xlsb/
  2. Remove CSV Annotation Online or Manage Annotati...

    delete comments from CSV file through online app for free. C++ API code to manage comments of CSV files....Csv Clear Comments from CSV Document Online or Manage via C++ Develop...Develop powerful C++ based CSV document annotation utility application...

    products.aspose.com/total/cpp/annotate/csv/
  3. PDF Export Incomplete (Blank from Page 18) Whil...

    Problem Description: Using the same data to create a Document and exporting it to PDF and Word respectively. The PDF content is incomplete, starting blank from page 18 onward; the Word content is normal, with a total of…...the same data to create a Document and exporting it to PDF and...Reproduce: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/pdf-export-incomplete-blank-...
  4. The generated PDF report has incorrect footers ...

    I am using Aspose aspose-words-25.8-jdk17.jar. I use the following code to generate a PDF Document from a Word report: Import com.aspose.words.Document; Import com.aspose.words.SaveFormat; public class WordToPdf { …...generate a PDF document from a Word report: import com.aspose.words...words.Document; import com.aspose.words.SaveFormat; public class...

    forum.aspose.com/t/the-generated-pdf-report-has...
  5. 在 Python 中向 PDF 添加图像印章|Aspose.PDF for Python vi...

    了解如何在 Python 中向 PDF 页面添加图像印章。...Document()’ 加载 PDF。 使用 ‘ImageStamp()’...PDF。 import sys import aspose.pdf as ap from os import path def...

    docs.aspose.com/pdf/zh/python-net/image-stamps-...
  6. Resize PDF Page Contents|Aspose.PDF for Python ...

    Resize the contents of specific PDF pages using Aspose.PDF for Python....necessary when preparing documents for printing, fitting content...standardizing page formats across a document. Using Aspose.PDF for Python...

    docs.aspose.com/pdf/python-net/resize-pdf-page-...
  7. Signature Verification|Aspose.PDF for Python vi...

    Learn how to verify digital signatures and check whether a PDF contains signatures using PdfFileSignature in Python....for validating signed PDF documents. After a PDF has been signed...and to detect whether the document contains any signature entries...

    docs.aspose.com/pdf/python-net/signature-verifi...
  8. Using Aspose.PDF for .NET with Python|Aspose.PD...

    In this tutorial, you will explore the different ways of creating and modifying PDF files in Python.... import clr aspose_pdf = clr . AddReference...System import TimeSpan from Aspose.Pdf import Document , Color...

    docs.aspose.com/pdf/net/python-net/
  9. 获取字段值|Aspose.PDF for Python via .NET

    使用 Form 类的 Aspose.PDF Facades 从 PDF 表单检索字段值。...from io import FileIO import sys from os import path import aspose...aspose.pdf as ap import aspose.pdf.facades as pdf_facades sys . path...

    docs.aspose.com/pdf/zh/python-net/get-field-val...
  10. 通过 ID 移动印章|Aspose.PDF for Python via .NET

    在本例中,先在第 1 页添加了一个橡胶印章,然后使用其 ID 将其移动到新位置,最后保存更新后的文档。... import aspose.pdf.facades as pdf_facades import aspose...apd from io import BytesIO import sys from os import path sys ...

    docs.aspose.com/pdf/zh/python-net/move-stamp-by...