Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 214,432 for

new

(0.37 sec)
  1. AxisBound Class | Aspose.Words for .NET

    Discover the Aspose.Words.Drawing.Charts.AxisBound class, your solution for defining axis value limits in charts for precise data visualization....Description AxisBound () Creates a new instance indicating that axis...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  2. Manage Attachments in Email Message in PHP|Docu...

    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....Message To Add Attachments to a New Email Message using Aspose.Email...Create a new instance of MailMessage class $message = new MailMessage...

    docs.aspose.com/email/java/manage-attachments-i...
  3. TextConfig|Documentation

    TextConfig element is used to add one or more lines of text to the form.... new TextConfig () { Name = "Text...templateConfig = new TemplateConfig () { Children = new List < BaseConfig...

    docs.aspose.com/omr/net/programmatic-forms/text...
  4. Page Break in existing PDF|Aspose.PDF for Java

    Learn how to add page breaks within an existing PDF document using Aspose.PDF for Java to improve document formatting....Document instance Document doc = new Document ( _dataDir + "Sample-Document-01...Document instance Document dest = new Document (); // Create PdfFileEditor...

    docs.aspose.com/pdf/java/page-break-in-existing...
  5. How to add Polyline Annotation using C++ | Aspo...

    Add Polyline annotations programmatically in PDF with C++ sample code on any platform with C++ language...instance of Document class Create a new page or get a reference to an...polylineAnnotation = new PolylineAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/cpp/annotation/polyline...
  6. Creating a Searchable PDF from a Scanned PDF Fi...

    Hi Everyone, We are testing Aspose C# SDk to create Searchable PDF from a scanned PDF file. But we are getting only OCR text result. Is there any way to achive this task using the sdk? We can only see OCR to Image SDK i…...the original image back to a new PDF page. Overlays the OCR‑generated...pdf"; Document scannedPdf = new Document(scannedPdfPath); //...

    forum.aspose.com/t/creating-a-searchable-pdf-fr...
  7. Working with Outlook Calendar Items|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....(); MapiCalendar calendar = new MapiCalendar ( "LAKE ARGYLE WA...MapiCalendarIcsSaveO icsSaveOptions = new MapiCalendarIcsSaveO (); icsSaveOptions...

    docs.aspose.com/email/java/working-with-outlook...
  8. Aspose.PSD for .NET 23.7 - 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....resource Feature PSDNET-1534 Add new types of warp (arc & arch) Feature...Timeline ; Frame [] frames = new Frame [ framesCount ]; for (...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-7...
  9. PdfEncryptionDetails | Aspose.Words for Java

    Contains details for encrypting and access permissions for a PDF document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PdfEncryptionDetails encryptionDetails = new PdfEncryptionDetails("password"...

    reference.aspose.com/words/java/com.aspose.word...
  10. ReplacingArgs | Aspose.Words for Java

    Provides data for a custom replace operation in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...builder.writeln("Our new location in New York City is opening...

    reference.aspose.com/words/java/com.aspose.word...