Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 380,296 for

save

(0.3 sec)
  1. Add Local Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a red-colored local link on page 1 that points to page 1, and Saves the modified document.... Save the updated PDF document. import...red , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-local-link/
  2. ImageData.imageType property | Aspose.Words for...

    ImageData.imageType property. Gets the type of the image....images from a document, and save them to the local file system...shapes from the document, // and save the image data of every shape...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Export Scene to Compressed AMF Format|Documenta...

    Aspose.3D for .NET offers AmfSaveOptions class which allows you to set bool value for compression as per your requirements. By default the value is set to true....( box ); // Save compressed AMF file scene . Save ( "Aspose.amf"...EnableCompression = false }); Save 3D Meshes in Custom Binary Format...

    docs.aspose.com/3d/net/export-scene-to-compress...
  4. Convert DICOM to PDF|Aspose.PDF for Android via...

    Convert medical images Saved in DICOM format to a PDF file using Aspose.PDF for Android via Java....Load sample DICOM image file Save output PDF document // Convert...pdf" ); // Save output document try { document . save ( pdfFileName...

    docs.aspose.com/pdf/androidjava/convert-dicom-t...
  5. Add Web Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a blue web link annotation on page 1 pointing to Aspose’s Python PDF product page, and Saves the modified document.... Save the updated PDF document. import...blue , ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-web-link/
  6. ShapeBase.name property | Aspose.Words for Python

    ShapeBase.name property. Gets or sets the optional shape name.... save ( file_name = ARTIFACTS_DIR...ARTIFACTS_DIR + 'Shape.AltText.docx' ) # Save the document to HTML, and then...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Move Stamp By ID|Aspose.PDF for Python via .NET

    In this example, a rubber stamp is added to page 1 and then moved to a new position using its ID before saving the updated document.... Save the updated PDF document. import...360 ) # Save updated document content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/move-stamp-by-id...
  8. Add Line Annotation|Aspose.PDF for Python via .NET

    This example binds an input PDF, draws a red line annotation with square line endings, and Saves the modified PDF.... Save the updated Document. import..."Square" ], ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-line-annotat...
  9. 在 PDF 文件中添加签名|Aspose.PDF for .NET

    本节解释如何使用 PdfFileSignature 类向 PDF 文件添加签名。...后,您需要使用 PdfFileSignature 类的 Save 方法保存签名后的 PDF。以下代码片段向您展示了如何在...signature ); // Save PDF document pdFileSignature . Save ( dataDir...

    docs.aspose.com/pdf/zh/net/add-signature-in-pdf/
  10. Add Curve Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, draws a dashed curve on the first page, and Saves the modified document.... Save the updated Document. import...annotation" , ) # Save output PDF file content_editor . save ( outfile...

    docs.aspose.com/pdf/python-net/add-curve-annota...