Sort Score
Result 10 results
Languages All
Labels All
Results 7,881 - 7,890 of 373,070 for

save

(0.33 sec)
  1. PDF Multimedia Annotation using C#|Aspose.PDF f...

    Aspose.PDF for .NET allows you to add, get, and delete the multimedia annotation from your PDF document....screenAnnotation ); // Save PDF document document . Save ( dataDir + "...soundAnnotation ); // Save PDF document document . Save ( dataDir + "...

    docs.aspose.com/pdf/net/multimedia-annotation/
  2. OfficeMath.GetMathRenderer | Aspose.Words for .NET

    Discover OfficeMath's GetMathRenderer method to effortlessly convert equations into images, enhancing your documents with clear, professional visuals....pass to the node renderer's "Save" method to modify // how it...; math . GetMathRenderer (). Save ( ArtifactsDir + "Shape.RenderOfficeMath...

    reference.aspose.com/words/net/aspose.words.mat...
  3. Converting a PNG file to PDF using C++ | Aspose...

    Sample code for PNG to PDF conversion using C++. Use C++ example for batch PNG to PDF conversion....Document Load input PNG image Save the output PDF file Here is...your PNG file and then simply save it as a PDF file. You can use...

    products.aspose.com/pdf/cpp/conversion/png-to-pdf/
  4. BMP to PDF Merge using C++ | Aspose.PDF

    Combine two or more BMP documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...new PDF page After the loop save the result Here is an example...Merge BMP files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/bmp-to-pdf/
  5. Export and Import Barcode Generation State via ...

    This article explains how to import and export barcode the generation state to the XML format with C++ API or Library."...can be executed in two ways: saving it to an XML-file using the...mentioned, there are two ways to save the current state of class BarcodeGenerator...

    docs.aspose.com/barcode/cpp/barcode-generation-...
  6. 以球体半径工作|Documentation

    使用 Aspose.3D for Python via .NET,你可以设置得到一个球体的半径。为了获取或设置半径,您可以使用Sphere类的半径属性。以下是设置球体半径的代码示例。...create_child_node ( sphere ) # Save scene scene . save ( "data-dir" + "sphere...

    docs.aspose.com/3d/zh/python-net/working-with-r...
  7. Generate UV|Documentation

    Aspose.3D for .NET offers PolygonModifier class which exposes GenerateUV method, with which you can manually generate UV and associate it with the mesh. Following code snippet shows complete functionality to generate and associate it....CreateChildNode ( mesh ); //then save it scene . Save ( "Aspose.obj" ); MappingMode...

    docs.aspose.com/3d/net/generate-uv/
  8. Fillable PDF Forms using .NET | Aspose.PDF

    Сreate fillable PDF forms programmatically with C# sample code using Aspose.PDF for .NET.... Save modified PDF Fill AcroForm in...text value" ; pdfDocument . Save ( outputFile ); }...

    products.aspose.com/pdf/net/acroforms/fill/
  9. Untangle Row Bookmarks in Python|Aspose.Words f...

    Untangle Row Bookmarks using Python.... ' ) \# Save the finished document . doc . save ( self . dataDir...

    docs.aspose.com/words/java/untangle-row-bookmar...
  10. PS to PDF Merge using C++ | Aspose.PDF

    Combine two or more PS documents into one PDF single file programmatically with C++ sample code using Aspose.PDF for C++...file to new page After the loop save the result Here is an example...Merge PS files using C++ and save as PDF Example C++: this sample...

    products.aspose.com/pdf/cpp/merger/ps-to-pdf/