Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 213,390 for

new

(0.21 sec)
  1. Aspose::Words::Saving::PdfSaveOptions::get_UseC...

    Aspose::Words::Saving::PdfSaveOptions::get_UseCoreFonts method. Gets or sets a value determining whether or not to substitute TrueType fonts Arial, Times New Roman, Courier New and Symbol with core PDF Type 1 fonts in C++....fonts Arial, Times New Roman, Courier New and Symbol with core...to true Arial, Times New Roman, Courier New and Symbol fonts are...

    reference.aspose.com/words/cpp/aspose.words.sav...
  2. ImageSaveOptions | Aspose.Words for .NET

    Discover the ImageSaveOptions constructor for saving images in versatile formats like TIFF, PNG, BMP, JPEG, EMF, EPS, WebP, and SVG. Optimize your image handling!...ImageSaveOptions constructor Initializes a new instance of this class that can...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.sav...
  3. 冻结窗格的使用|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....Workbook object Workbook workbook = new Workbook (); //Accessing the...HSSFWorkbook hssfworkbook = new HSSFWorkbook (); ISheet sheet1...

    docs.aspose.com/cells/zh/net/working-with-freez...
  4. Add Attachments to PDF using Java | Aspose.PDF

    Java source code to add Attachments in PDF file.... Create a new Java project. Add a reference...document Document pdfDocument = new Document ( DATA_DIR . resolve...

    products.aspose.com/pdf/java/attachments/add/
  5. WriteProtection.SetPassword | Aspose.Words for ...

    Secure your documents with the WriteProtection SetPassword method. Easily set a password to enhance document security and prevent unauthorized access....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.set...
  6. Aspose.PSD for Java 20.5 - Release Notes|Docume...

    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....ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea (); // Create...ProgressEventHandler localProgressEventHa = new ProgressEventHandler () { @Override...

    docs.aspose.com/psd/java/aspose-psd-for-java-20...
  7. Video|Aspose.Slides Documentation

    Work with video in C# using Aspose.Slides: insert, replace, trim, set poster frames and playback options, and export presentations for PPT, PPTX and ODP....Add_Video () { using var pres = new Presentation (); var slide =...Access_Video () { using var pres = new Presentation (); var slide =...

    docs.aspose.com/slides/net/examples/elements/vi...
  8. Detect Encoding|Documentation

    Learn how to control automatic character encoding detection when reading barcodes in Aspose.BarCode for Java....BarcodeGenerator generator = new BarcodeGenerator ( EncodeTypes...detection BarCodeReader reader = new BarCodeReader ( ExampleAssist...

    docs.aspose.com/barcode/java/developer-guide/ba...
  9. Გადაიყვანეთ JPG GIF C#

    გადაიყვანეთ JPG GIF C# ფორმატში კოდით. შეინახეთ JPG როგორც GIF C#....Words; var doc = new Document(); var builder = new DocumentBuilder(doc);...GetShapeRenderer().Save( "Output.gif" , new ImageSaveOptions(SaveFormat.Gif));...

    products.aspose.com/words/ka/net/conversion/jpg...
  10. Გადაიყვანეთ PDF PNG C#

    გადაიყვანეთ PDF PNG C# ფორმატში კოდით. შეინახეთ PDF როგორც PNG C#....doc = new Document( "Input.pdf" ); var saveOptions = new Imag...page++) { saveOptions.PageSet = new PageSet(page); doc.Save( $"Output_...

    products.aspose.com/words/ka/net/conversion/pdf...