Sort Score
Result 10 results
Languages All
Labels All
Results 6,591 - 6,600 of 222,946 for

new

(0.15 sec)
  1. Add Image to Existing PDF File|Aspose.PDF for P...

    This section describes how to add image to existing PDF file using PHP.... Add a new page to the document. Set the...$document = new Document ( $inputFile ); // Add a new page to the...

    docs.aspose.com/pdf/php-java/add-image-to-exist...
  2. ChmLoadOptions.OriginalFileName | Aspose.Words ...

    Discover the ChmLoadOptions OriginalFileName property, easily set the CHM file name for streamlined access. Default value is null. Optimize your experience!...ChmLoadOptions loadOptions = new ChmLoadOptions { OriginalFileName...chm" }; Document doc = new Document ( new MemoryStream ( File ...

    reference.aspose.com/words/net/aspose.words.loa...
  3. PdfSaveOptions.DisplayDocTitle | Aspose.Words f...

    Discover how the PdfSaveOptions DisplayDocTitle property enhances your PDF experience by showing document titles in the Windows title bar for easy identification....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { DisplayDocTitle...

    reference.aspose.com/words/net/aspose.words.sav...
  4. Unlock ODP Presentation Files using .NET | prod...

    C# source code to remove protection from ODP Presentation....C# LoadOptions loadOptions = new LoadOptions {Password = "123123"...(Presentation presentation = new Presentation( "pres.odp" , loadOptions))...

    products.aspose.com/slides/net/unlock/odp/
  5. Implement Custom Paper Size of Worksheet for Re...

    This article explains how to use the JavaScript API via C++ to set a custom paper size for your desired worksheets when rendering an Excel file to PDF format programmatically....If no file provided, create a new workbook as in the original JavaScript...JavaScript example const wb = new Workbook (); // Access first...

    docs.aspose.com/cells/javascript-cpp/implement-...
  6. Aspose.Cells 8.9.1 的 public API 更改|Documentation

    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.... setFontFolders ( new String [] { fontFolder1 , fontFolder2...FolderFontSource sourceFolder = new FolderFontSource ( fontFolder1...

    docs.aspose.com/cells/zh/java/public-api-change...
  7. Entities with SAT/SAB structure|CAD Documentation

    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....CadRasterizationOpti rasterizationOptions = new CadRasterizationOpti (); rasterizationOptions...rasterizationOptions . setLayouts ( new String [] { "Model" }); PdfOptions...

    docs.aspose.com/cad/java/support-sat-sab/
  8. Add Attachments to PDF using Python | Aspose.PDF

    Add attachments to PDF documents with Python on .NET Framework, .NET Core, and PHP, VBScript, Delphi, C++ via COM Interop.... Create a new Python project. Add a reference...Document ( path_infile ) # Setup new file to be added as attachment...

    products.aspose.com/pdf/python-net/attachments/...
  9. Support for DICOM Images|Aspose.PDF for .NET

    This section describes how to support DICOM images in PDF files using the C# library....document using ( var document = new Aspose . Pdf . Document ()) {...set its properties var image = new Aspose . Pdf . Image { FileType...

    docs.aspose.com/pdf/net/support-for-dicom-images/
  10. Extract Images from PDF|Aspose.PDF for Android ...

    How to extract a part of the image from PDF using Aspose.PDF for Android via Java...Open document try { document = new Document ( inputStream ); } catch...get_Item ( 1 ); File file = new File ( fileStorage , "extracted-image...

    docs.aspose.com/pdf/androidjava/extract-images-...