Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 591,077 for

save

(0.13 sec)
  1. Aspose.Imaging for .NET 17.11 - Release Notes|D...

    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....: Managing resources while saving Metafile images as SVG Feature...Feature IMAGINGNET-2456 Saving SVG with fonts embedded or exported...

    docs.aspose.com/imaging/net/aspose-imaging-for-...
  2. Add Pages to PDF using C++ | Aspose.PDF

    Add PDF pages to your document programmatically with C++ sample code using Aspose.PDF for C++... Save the output PDF using the Save method. System...Insert ( 2 ); // Save output file document -> Save ( _dataDir + outputFileName...

    products.aspose.com/pdf/cpp/pages/add/
  3. Hyphenation.IsDictionaryRegistered | Aspose.Wor...

    Hyphenation IsDictionaryRegistered method. Returns false if for the specified language there is no dictionary registered or if registered is Null dictionary true otherwise in C#....dictionary, // and save it to a fixed-page save format. The text...( "de-CH" ). LCID )); doc . Save ( ArtifactsDir + "Hyphenation...

    reference.aspose.com/words/net/aspose.words/hyp...
  4. Hyphenation.unregister_dictionary method | Aspo...

    Hyphenation.unregister_dictionary method. Unregisters a hyphenation dictionary for the specified language....dictionary, # and save it to a fixed-page save format. The text...locale_id == 2055 ))) doc . save ( ARTIFACTS_DIR + 'Hyphenation...

    reference.aspose.com/words/python-net/aspose.wo...
  5. Public API Changes in Aspose.BarCode 6.8.0|Docu...

    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.... save ( "stacked1Rows.png" ); Field...DatabarExpandedStack ); // Save barcode image builder . save ( "databarexpandedstack...

    docs.aspose.com/barcode/java/public-api-changes...
  6. FbxImage | Aspose.CAD for .NET API 参考

    Fbx 图像类... Save () 将图像数据保存到底层流。 Save (Stream) virtual Save (string)...(string) Save (Stream, ImageOptionsBase) 根据保存选项将图片数据以指定的文件格式保存到指定的流中。...

    reference.aspose.com/cad/zh/net/aspose.cad.file...
  7. Saving recognition results as a file|Documentation

    Saving Aspose.OCR for Java recognition results as PDF, text, Word, or Excel documents, as well as XML and JSON files....Saving recognition results as a file Contents [ Hide ] To save...them to the memory stream, use save method of RecognitionResult...

    docs.aspose.com/ocr/java/save-file/
  8. Presentation Notes|Aspose.Slides for Python Doc...

    Add and remove notes in PowerPoint presentations in Python...remove_notes_slide () # save presentation to disk presentation . save ( "Remo...remove_notes_slide () # save presentation to disk presentation . save ( "Remo...

    docs.aspose.com/slides/python-net/presentation-...
  9. GetOriginalOptions | Aspose.Imaging for .NET AP...

    GetOriginalOptions Image.GetOriginalOptions method Gets the options based on the original file settings. This can be ......per pixel and then save it using the Save method, the output...be produced. To avoid it and save PNG image with 1-bit per pixel...

    reference.aspose.com/imaging/net/aspose.imaging...
  10. Extract Images from PDF C++ | Aspose.PDF

    Extract images from PDF file programmatically with C++ sample code using Aspose.PDF for C++... Save output image. Save updated PDF file. System..."output.jpg" ); // Save output image xImage -> Save ( outputImage...

    products.aspose.com/pdf/cpp/images/extract/