Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 9,480 for

join documents

(0.15 sec)
  1. Export to FDF|Aspose.PDF for Python via .NET

    This example explains how to export PDF form field data to an FDF (Forms Data Format) file using Aspose.PDF for Python via .NET. It demonstrates how to access interactive form data through the Form facade, bind a source PDF document, and save the extracted values into an FDF stream....without embedding the entire document. In this example, a Form object...‘bind_pdf()’ to attach the PDF document containing the form. Use ‘open(’)’...

    docs.aspose.com/pdf/python-net/export-to-fdf/
  2. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation on the first page, and saves the modified document....provide visual cues in a PDF document. Using PdfContentEditor ,...annotation. Save the updated Document. import aspose.pdf as ap import...

    docs.aspose.com/pdf/python-net/add-square-annot...
  3. Stroke.JoinStyle | Aspose.Words for .NET

    Discover the Stroke JoinStyle property to enhance your polylines with customizable Join styles for smoother graphics and improved design flexibility....JoinStyle property Defines the join style of a polyline. public...stroke properties. Document doc = new Document (); DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Add Page Breaks in PDF|Aspose.PDF for Python vi...

    Insert page breaks into a PDF document using Aspose.PDF for Python....content is distributed across a document. Using Aspose.PDF for Python...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/add-page-breaks-...
  5. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and saves the modified document with an annotation.... Save the updated Document. import aspose.pdf as ap import...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/add-polygon-anno...
  6. HtmlSaveOptions.export_text_input_form_field_as...

    HtmlSaveOptions.export_text_input_form_field_as_text property. Controls how text input form fields are saved to HTML or MHTML... Document ( file_name = MY_DIR + 'Rendering...docx' ) images_dir = os . path . join ( ARTIFACTS_DIR , 'SaveHtmlWithOptions'...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Create Rubber Stamp With Appearance File|Aspose...

    The example binds an input PDF, creates a rubber stamp on page 1 using an image file as the stamp appearance, and saves the updated PDF.... Bind the input PDF document. Define a rectangle for the...stamp. Save the updated PDF document. import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/create-rubber-st...
  8. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text....or editorial comments in a document. With PdfContentEditor, you...Annotation. Save the updated Document. import aspose.pdf as ap import...

    docs.aspose.com/pdf/python-net/add-caret-annota...
  9. Add Custom Action Link|Aspose.PDF for Python vi...

    This example binds an input PDF, adds a custom action link on the first page, and saves the modified document. An empty action list is used for simplicity, but real implementations can include actual actions.... Bind the input PDF document. Define a rectangle for the...example). Save the updated PDF document. import aspose.pdf.facades...

    docs.aspose.com/pdf/python-net/add-custom-actio...
  10. Export to JSON|Aspose.PDF for Python via .NET

    This example demonstrates how to export PDF form field values to a JSON file using Aspose.PDF for Python via .NET. It explains how to load a PDF form, access its fields through the Form facade, and save the extracted data in a structured JSON format...‘bind_pdf()’ to attach the source PDF document. Create a writable stream...sys . path . append ( path . join ( path . dirname ( __file__...

    docs.aspose.com/pdf/python-net/export-to-json/