Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 423,796 for

document

(0.42 sec)
  1. Convert PDF to DOC or DOCX format in PHP|Aspose...

    Learn how to convert PDF Documents into DOC or DOCX formats in PHP using Aspose.PDF for easier Document editing....DOC or DOCX To convert PDF document to DOC or DOCX format using...Open the target document $pdf = new Document ( $dataDir . 'input1...

    docs.aspose.com/pdf/java/convert-pdf-to-doc-or-...
  2. 在 Python 中向 PDF 添加椭圆形状|Aspose.PDF for Python vi...

    了解如何在 Python 中绘制、填充并标记 PDF 文件中的椭圆形状。...: str ): document = ap . Document () page = document . pages ...paragraphs . add ( graph ) document . save ( outfile ) 创建填充椭圆对象...

    docs.aspose.com/pdf/zh/python-net/add-ellipse/
  3. 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/
  4. Import and Export Annotations to XFDF format|As...

    You may import and export annotation with XFDF format using Aspose.PDF for Java library....comes to editing the PDF documents. As we know XFDF is an important...export annotations from a PDF document to XFDF file, while ImportAnnotationFrom...

    docs.aspose.com/pdf/java/import-export-xfdf/
  5. Online OFT to PCL Conversion or Build .NET base...

    Free online app to convert OFT to PCL files. .NET C# conversion library code for OFT Documents....will be converted into PCL document Download the converted PCL...HTML by using Document class Save the document to PCL format...

    products.aspose.com/total/net/conversion/oft-to...
  6. Output file is not flattened after converting x...

    Hi I am using Aspose.PDF dll for .net to flatten an existing pdf that is an xfa form. The output resultant file becomes editable and a form template appears to be inserted. How can I get the resultant file to look flat…...Document document = new Aspose.Pdf.Document(filename);...as Standard if Dynamic if (document.Form.Type == Aspose.Pdf.InteractiveFeatures...

    forum.aspose.com/t/output-file-is-not-flattened...
  7. Copying and Moving Worksheets with JavaScript v...

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel workbook and across Excel workbooks using the JavaScript via C++ API....Cells initialized" ); }); document . getElementById ( 'runExample'...() => { const fileInput = document . getElementById ( 'fileInput'...

    docs.aspose.com/cells/javascript-cpp/copying-an...
  8. OoxmlSaveOptions.compliance property | Aspose.W...

    OoxmlSaveOptions.compliance property. Specifies the OOXML version for the output Document...OOXML version for the output document. The default value is OoxmlCompliance...saved document to adhere to. let doc = new aw . Document (); let...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.Pdf.Page.Rect hangs - Free Support Forum...

    Calling Page.Rect in C# using version 26.6.0 never returns - it causes the thread it’s running on to hang. To replicate: var Document = new Aspose.Pdf.Document(…) foreach (var page in Document.Pages) { // this line …...replicate: var document = new Aspose.Pdf.Document(…) foreach (var...(var page in document.Pages) { // this line hangs forever on page...

    forum.aspose.com/t/aspose-pdf-page-rect-hangs/3...
  10. FieldMergeField | Aspose.Words for Java

    Implements the MERGEFIELD field in Java....the Working with Fields documentation article. Remarks: Retrieves...mail merge main document. When the main document is merged with...

    reference.aspose.com/words/java/com.aspose.word...