Sort Score
Result 10 results
Languages All
Labels All
Results 2,911 - 2,920 of 591,030 for

save

(0.15 sec)
  1. Add Arc Object to PDF file|Aspose.PDF for C++

    This article explains how to create a arc object to your PDF using Aspose.PDF for C++....paragraphs collection of page Save our PDF file The following code...Add ( graph ); // Save PDF file document -> Save ( _dataDir + u...

    docs.aspose.com/pdf/cpp/add-arc/
  2. Aspose::Words::Saving::PdfSaveOptions::get_Down...

    Aspose::Words::Saving::PdfSaveOptions::get_DownsampleOptions method. Allows to specify downsample options in C++....Aspose::Words::Saving::PdfSaveOptions::get_DownsampleOptions...SharedPtr < Aspose :: Words :: Saving :: DownsampleOptions > Aspose...

    reference.aspose.com/words/cpp/aspose.words.sav...
  3. Add PDF Form Fields|Aspose.PDF for .NET

    This topic explains how to work with Form Fields with Aspose.PDF Facades using FormEditor Class....SetFieldLimit and finally use Save method to save the updated PDF file...( "Country" , 20 ); editor . Save ( dataDir + "Sample-Form-01-mod...

    docs.aspose.com/pdf/net/add-form-fields/
  4. GetOriginalOptions | Aspose.Imaging for .NET AP...

    GetOriginalOptions TiffImage.GetOriginalOptions method Gets the options based on the original file settings. This can......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...
  5. XamlFixedSaveOptions class | Aspose.Words for P...

    aspose.words.saving.XamlFixedSaveOptions class. Can be used to specify additional options when saving a document into the [SaveFormat.XAML_FIXED](../../aspose.words/Saveformat/#XAML_FIXED) format...specify additional options when saving a document into the SaveFormat...learn more, visit the Specify Save Options documentation article...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Merge Different Excel Files into a Single One i...

    Merge Excel files using Java into multiple sheets or single sheet. Merge, combine, or concatenate Excel documents to PDF, Images and HTML as well....combine(book2); // save the target workbook book1.save( "combined.xlsx"...xls" ; // merge the files to save the result CellsHelper.mergeFiles(files...

    products.aspose.com/cells/java/merger/
  7. Aspose.Imaging for Java 23.9 - Release notes

    Aspose.Imaging for Java 23.9 - Release notes – the latest updates and fixes.... save ( outputFilePath ); } IMAGINGJAVA-8534...( "ground.eps" )) { image . save ( "output.png" ); } IMAGINGJAVA-8522...

    releases.aspose.com/imaging/java/release-notes/...
  8. Convert Image to JPG in C++ | products.aspose.com

    Convert Image to JPG in C++. Use C++ library API to convert Image files to JPGs...Presentation from Image file and save it as JPG. C++ code for converting...jpg" ); // Save the image in PNG format bmp -> Save(outputFilePath...

    products.aspose.com/slides/cpp/conversion/image...
  9. Hyphenation.register_dictionary method | Aspose...

    aspose.words.Hyphenation.register_dictionary method...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...
  10. Add Curve Object to PDF file|Aspose.PDF for Java

    This article explains how to create a curve object to your PDF using Aspose.PDF for Java.... Save your PDF file public static...( graph ); // Save PDF file pdfDocument . save ( _dataDir + "DrawingCurve1_out...

    docs.aspose.com/pdf/java/add-curve/