Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 368,020 for

save

(0.09 sec)
  1. Prevent Exporting Hidden Worksheet Contents on ...

    Learn how to prevent exporting hidden worksheet contents when saving Excel workbooks to HTML using Aspose.Cells for C++....on Saving to HTML with C++ Contents [ Hide ] You can save Excel...inputFilePath ); // Create HTML save options HtmlSaveOptions options...

    docs.aspose.com/cells/cpp/prevent-exporting-hid...
  2. C# 3D Formats Viewer | products.aspose.com

    View 3D format 3ds 3mf amf ase att dae drc dxf fbx gltf jt obj ply rvm stl u3d usdz usd vrml x via .NET library using a few lines of C# code....the scene class , and call the Save method with the relevant output...Create save options using Html5SaveOptions to create save options...

    products.aspose.com/3d/net/viewer/
  3. Online XML to POTX Conversion or Develop Java b...

    Free online app to convert XML to POTX files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to POTX format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  4. Online XML to PPTM Conversion or Develop Java b...

    Free online app to convert XML to PPTM files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to PPTM format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  5. Online XML to XAML Conversion or Develop Java b...

    Free online app to convert XML to XAML files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to XAML format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  6. Online XML to SWF Conversion or Develop Java ba...

    Free online app to convert XML to SWF files. Java conversion library code for XML documents....Convert XML to PPTX by using save method Load PPTX document by...Presentation class Save the document to SWF format using save method and...

    products.aspose.com/total/java/conversion/xml-t...
  7. 在 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/
  8. Add Images to PDF using Python | Aspose.PDF

    Adding images into PDF documents programmatically with Python sample code using Aspose.PDF for Python for .NET... Use the GSave operator to save the current graphical state...operator to save the updated graphical state. Save the PDF file...

    products.aspose.com/pdf/python-net/images/add/
  9. Create Tagged PDF|Aspose.PDF for Java

    This article explains how to create structure's elements for Tagged PDF document programmatically using Aspose.PDF for Java....createFormElement (); // Save Tagged PDF Document document . save ( path + "StructureElements...div31 ); // Save Tagged PDF Document document . save ( path + ...

    docs.aspose.com/pdf/java/create-tagged-pdf-docu...
  10. Create PDF using Java | Aspose.PDF

    This topic shows you how to use the Aspose.PDF for Java API to easily generate and read PDF files in Java applications.... Save the PDF using Save(String) method. Following...World!" )); // Save updated PDF pdfDocument . save ( DATA_DIR ....

    products.aspose.com/pdf/java/create/