Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 214,418 for

new

(0.11 sec)
  1. GoogleAiModel | Aspose.Words for Java

    Class representing Google AI Models Gemini integration within Aspose.Words in Java....getenv("API_KEY"); GoogleAiModel model = new GoogleAiModel("gemini-flash-latest"...t", apiKey); Document doc = new Document(getMyDir() + "Big document...

    reference.aspose.com/words/java/com.aspose.word...
  2. Convert PowerPoint Presentations to Video in PH...

    Learn how to convert PowerPoint presentations to video with Aspose.Slides for PHP. Discover sample code and automation techniques to streamline your workflow....to a video: $presentation = new Presentation (); try { # Adds...JavaException $e ) { } } } $frames = new Java ( "java.util.ArrayList"...

    docs.aspose.com/slides/php-java/convert-powerpo...
  3. FieldMergeBarcode.BarcodeType | Aspose.Words fo...

    Discover the FieldMergeBarcode BarcodeType property to easily manage and customize various barcode types like QR for enhanced data integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...The mail merge will create a new page for each row. Each page...

    reference.aspose.com/words/net/aspose.words.fie...
  4. IFieldUpdateCultureProvider | Aspose.Words for ...

    When implemented provides a CultureInfo object that should be used during the update of a particular field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...getFieldOptions().setFieldUpdateCultur(new FieldUpdateCulturePr()); FieldTime...

    reference.aspose.com/words/java/com.aspose.word...
  5. Add Line Object to PDF file|Aspose.PDF for Java

    This article explains how to create a line object to your PDF using Aspose.PDF for Java....instance Document pdfDocument = new Document (); // Add page to pages...Graph instance Graph graph = new Graph ( 100 , 400 ); // Add graph...

    docs.aspose.com/pdf/java/add-line/
  6. Adobe Acrobat Message - Free Support Forum - as...

    Hi, I’m trying to insert a signature field into a PDF document. That works, but when I try to edit the document, Adobe Acrobat gives me the message: “This document is signed and cannot be edited.” However, there’s no …...Henry My Code: var pdfdoc = new Aspose.Pdf.Document(); var page...Pages.Add(); page.Paragraphs.Add(new Aspose.Pdf.Text.TextFragment(“Hello...

    forum.aspose.com/t/adobe-acrobat-message/326022
  7. Export JasperReport to PSD|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....ASPsdExporter psdExporter = new ASPsdExporter (); ASPsdExportConfigura...ASPsdExportConfigura psdExportConfigurati = new ASPsdExportConfigura (); psdExportConfigurati...

    docs.aspose.com/cad/jasperreports/user-guide/ex...
  8. Export JasperReport to TIFF|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....ASTiffExporter tiffExporter = new ASTiffExporter (); ASTiffExportConfigur...ASTiffExportConfigur tiffExportConfigurat = new ASTiffExportConfigur ( TiffExpectedFormatEn...

    docs.aspose.com/cad/jasperreports/export-jasper...
  9. Working with comments in docx4j and Aspose.Word...

    Work with comments within a document easily and fast instead of using docx4j....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...comment = new Comment ( doc , "Aspose" , "As" , new Date ());...

    docs.aspose.com/words/java/working-with-comment...
  10. Create Excel Power Query Formula using Aspose.C...

    I found this tutorial on how to update a Power Query formula with Aspose.Cells.Net. However, I cannot seem to find one explaining whether it is possible to create a New Power Query formula. When asking Copilot, it dis…...whether it is possible to create a new Power Query formula. When asking...workbook or create a new one Workbook workbook = new Workbook(); //...

    forum.aspose.com/t/create-excel-power-query-for...