Sort Score
Result 10 results
Languages All
Labels All
Results 4,431 - 4,440 of 375,715 for

save

(0.19 sec)
  1. Build Tangent and Binormal Data for all Meshes ...

    Using Aspose.3D for Python via .NET API, developers can build tangent and binormal data for all meshes in any supported 3D file....build_tangent_binormal ( scene ) # Save 3D scene scene . save ( "out" + "BuildTangentAndBinor_out...

    docs.aspose.com/3d/python-net/build-tangent-and...
  2. Convert PDF to PDF/A-2A not valid - Free Suppor...

    Hello Support Team We make use of the conversion method (of aspose.pdf version 24.7) that converts pdf to pdfa-2a. In order to be able to assure the customer that the converted pdf’s are in pdfa-2a, we have used the val…...Save(). This is not obvious and should...WriteLine("isValidated : " + isValidated); doc.Save(dataDir + "11_out.pdf"); bool...

    forum.aspose.com/t/convert-pdf-to-pdf-a-2a-not-...
  3. Insert an Empty Page at End of PDF File in Ruby...

    Discover how to insert an empty page at the end of a PDF document using Ruby with Aspose.PDF, adding flexibility to your PDF processing tasks.... add () # Save the concatenated output file...the target document ) pdf . save ( data_dir + "output.pdf" )...

    docs.aspose.com/pdf/java/insert-an-empty-page-a...
  4. Extract Annotation (facades)|Aspose.PDF for Java

    This section explains how to extract annotations from PDF file to XFDF with Aspose.PDF Facades....And finally, save the updated PDF file using Save method of the...

    docs.aspose.com/pdf/java/extract-annotation/
  5. Remove Images from PDF using C# | Aspose.PDF

    This page describes the features of removing Images from PDF file using Aspose.PDF for .NET library.... Save updated PDF file. Delete Images...Delete ( 1 ); pdfDocument . Save ( outputFile );...

    products.aspose.com/pdf/net/images/remove/
  6. Insert an ActiveX Control in the Visio Diagram|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....1 , 1 , 1 ); // Save diagram diagram . save ( dataDir + "Ins...

    docs.aspose.com/diagram/java/insert-an-activex-...
  7. Add Image to PDF using JavaScript via C++|Aspos...

    This section describes how to add image to existing PDF file using Aspose.PDF for JavaScript via C++....image file to end a PDF-file and save the “ResultImage.pdf”. Next...onload = ( event ) => { /*prepare(save) the image file from BLOB*/...

    docs.aspose.com/pdf/javascript-cpp/add-image-to...
  8. Aspose::Words::Hyphenation::RegisterDictionary ...

    Aspose::Words::Hyphenation::RegisterDictionary method. Registers and loads a hyphenation dictionary for the specified language from a stream. Throws if dictionary cannot be read or has invalid format in C++....dictionary, // and save it to a fixed-page save format. The text...-> get_LCID (); })))); doc -> Save ( get_ArtifactsDir () + u "Hyphenation...

    reference.aspose.com/words/cpp/aspose.words/hyp...
  9. Encrypt Workbook using Aspose.Cells|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... , 128 ); //Save the Excel file. workbook . save ( dataDir +...

    docs.aspose.com/cells/java/encrypt-workbook-usi...
  10. Rotate Text Inside PDF using C#|Aspose.PDF for ...

    Learn how to rotate text within PDF files in .NET using Aspose.PDF to adjust text alignment and improve presentation....textFragment3 ); // Save PDF document document . Save ( dataDir + "...paragraph ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/rotate-text-inside-pdf/