Sort Score
Result 10 results
Languages All
Labels All
Results 5,991 - 6,000 of 369,807 for

save

(0.11 sec)
  1. C++ API to Convert POWERPOINT to OTT or with fr...

    Export POWERPOINT to OTT within your C++ applications or online. Test free POWERPOINT to OTT online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to OTT format by using Save member fucntion...

    products.aspose.com/total/cpp/conversion/powerp...
  2. C++ API to Convert POWERPOINT to DOCM or with f...

    Export POWERPOINT to DOCM within your C++ applications or online. Test free POWERPOINT to DOCM online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to DOCM format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  3. C++ API to Convert POWERPOINT to WORDML or with...

    Export POWERPOINT to WORDML within your C++ applications or online. Test free POWERPOINT to WORDML online converter quickly before integrating the code....POWERPOINT to HTML by using Save member funciton and set Html...reference Save the document to WORDML format by using Save member...

    products.aspose.com/total/cpp/conversion/powerp...
  4. Saving a Document as a Multipage TIFF in Java|A...

    Convert a document to a raster image, which is discussed on the example of the TIFF format. To determine how TIFF is displayed you need to specify additional options: resolution, number of pages, image binarization, etc using Java....Ask AI Saving a Document as a Multipage TIFF Contents [ Hide...code, by simply passing the “save to” path and the relevant file...

    docs.aspose.com/words/java/saving-a-document-as...
  5. OoxmlSaveOptions.zip_64_mode property | Aspose....

    OoxmlSaveOptions.zip_64_mode property. Specifies whether or not to use ZIP64 format extensions for the output document... saving . Zip64Mode : ... @zip_64_mode..., value : aspose . words . saving . Zip64Mode ): ... Examples...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Add Text to PDF Using Go | Aspose.PDF

    Add text to PDF programmatically with Go sample code using Aspose.PDF for Go via C++... Save the file again. Add Text to...log . Fatal ( err ) } // Save() saves previously opened PDF-document...

    products.aspose.com/pdf/go-cpp/text/
  7. PdfSaveOptions.useBookFoldPrintingSettings prop...

    PdfSaveOptions.useBookFoldPrintingSettings property. Gets or sets a boolean value indicating whether the document should be Saved using a booklet printing layout, if it is specified via [PageSetup.multiplePages](../../../aspose.words/pagesetup/multiplePages/)....whether the document should be saved using a booklet printing layout...FixedPageSaveOptions.pageSet is ignored when saving. This behavior matches MS Word...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Aspose.pdf redaction is not removing the underl...

    I am trying to redact the underlying text in pdf. PDF is sent to method as a multipart file object. Option1(preferred): Getting the inkstrokes to get the annotation data. Saving the output as bytestream for the client…... Saving the output as bytestream for...the client download. Option2: Saving the file as png to rasterize...

    forum.aspose.com/t/aspose-pdf-redaction-is-not-...
  9. DocumentBase.background_shape property | Aspose...

    DocumentBase.background_shape property. Gets or sets the background shape of the document... save ( file_name = ARTIFACTS_DIR...has_image ) save_options = aw . saving . PdfSaveOptions () save_options...

    reference.aspose.com/words/python-net/aspose.wo...
  10. High CPU / Memory utilization on generating PDF...

    We faced this similar issue today. Code Snippet is as below PdfSaveOptions SaveOptions = new PdfSaveOptions(); SaveOptions.setCompliance(PdfCompliance.PDF_A_1_B); SaveOptions.setAllColumnsInOnePagePerSheet(true); fo…...save(filename,saveOptions); High...in the worksheets and then saving it as PDFs. amjad.sahi December...

    forum.aspose.com/t/high-cpu-memory-utilization-...