Sort Score
Result 10 results
Languages All
Labels All
Results 1,161 - 1,170 of 195,360 for

new

(0.19 sec)
  1. Annotation PDF API | Aspose.PDF

    Removing comments from PDF documents with free cross-platform Apps and High Code APIs for any platform....PDF, you can add a new annotation, edit an existing...underline it or add completely new text. Add Caret Annotations to...

    products.aspose.com/pdf/annotation/
  2. Render Presentation with Fallback Font|Aspose.S...

    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....Create new instance of a rules collection var rulesList = new aspose...number of rules rulesList . add ( new aspose . slides . FontFallBackRule...

    docs.aspose.com/slides/nodejs-java/render-prese...
  3. AxisScaling.LogBase | Aspose.Words for .NET

    Adjust the logarithmic base of the AxisScaling LogBase property for precise data visualization and enhanced graph accuracy. Optimize your charts today!...supported by MS Office 2016 new charts. Valid range of a floating...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  4. FieldFillIn.PromptOnceOnMailMerge | Aspose.Word...

    Optimize your mail merge with the PromptOnceOnMailMerge property. Control user responses for efficient data collection in your documents....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldOptions . UserPromptRespondent = new PromptRespondent (); doc . MailMerge...

    reference.aspose.com/words/net/aspose.words.fie...
  5. PdfLoadOptions | Aspose.Words for Java

    Allows to specify additional options when loading Pdf document into a Document object in Java.... PdfLoadOptions options = new PdfLoadOptions(); options.se...setPageCount(1); Document doc = new Document(getMyDir() + "Images...

    reference.aspose.com/words/java/com.aspose.word...
  6. ImageFieldMergingArgs | Aspose.Words for Java

    Provides data for the IFieldMergingCallback.imageFieldMergingcom.aspose.words.ImageFieldMergingArgs event in Java....throws Exception { Document doc = new Document(getMyDir() + "Mail merge...getMailMerge().setFieldMergingCallb(new HandleMergeImageFiel()); // Loads...

    reference.aspose.com/words/java/com.aspose.word...
  7. CleanupOptions.DuplicateStyle | Aspose.Words fo...

    Optimize your documents with CleanupOptions DuplicateStyle property—easily remove duplicate styles for cleaner, more efficient formatting. Default is false.... Document doc = new Document (); // Add two styles...myStyle . Font . Name = "Courier New" ; myStyle . Font . Color = Color...

    reference.aspose.com/words/net/aspose.words/cle...
  8. PageSavingArgs.PageIndex | Aspose.Words for .NET

    Discover the PageIndex property of PageSavingArgs for efficient page management. Optimize your navigation with precise current page tracking....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...HtmlFixedSaveOptions htmlFixedSaveOptions = new HtmlFixedSaveOptions (); // We...

    reference.aspose.com/words/net/aspose.words.sav...
  9. Add Page Number to PDF|Aspose.PDF for PHP via Java

    Aspose.PDF for PHP via Java allows you to add Page Number Stamp to your PDF file using PageNumber Stamp class....// Open document $document = new Document ( $inputFile ); // Create...number stamp $pageNumberStamp = new PageNumberStamp (); // Whether...

    docs.aspose.com/pdf/php-java/add-page-number/
  10. Add Attachments to PDF using PHP | Aspose.PDF

    PHP sample code for adding attachments to PDF documents on any platform.... Create a new PHP project. Add a reference...$document = new Document ( $inputFile ); // Set up a new file to...

    products.aspose.com/pdf/php-java/attachments/add/