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

new

(0.26 sec)
  1. Working with Gmail Contacts|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....from a Gmail account, create new contacts, and update as well...a Contact Contact contact = new Contact (); contact . setPrefix...

    docs.aspose.com/email/java/working-with-gmail-c...
  2. Aspose.Words Java for PHP Usage Examples|Aspose...

    Examples of using Aspose.Words Java for PHP....jar" ); $ doc = new Java ( "com.aspose.words.Document"...Document" ); $ builder = new Java ( "com.aspose.words.DocumentBuilder"...

    docs.aspose.com/words/java/usage-examples-for-php/
  3. Comment.dateTimeUtc property | Aspose.Words for...

    Comment.dateTimeUtc property. Gets the UTC date and time that the comment was made....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...DocumentBuilder ( doc ); let date = new Date ( 2021 , 9 , 21 , 10 , 0...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Barcode Reading Basics|Documentation

    This Article Describes How to Read Barcodes of Different Symbologies from Images and How to Recognize All 1D Barcodes Presented in an Image...with BarCodeReader $reader = new BarCodeReader ( "test.png" ,...-> getCodeText ()); $reader = new BarCodeReader ( "test.png" ,...

    docs.aspose.com/barcode/phpjava/barcode-reading...
  5. Working with Gradient in PostScript | .NET

    Adding gradient in PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/ps/working-with-gradient/
  6. FieldBuilder.AddSwitch | Aspose.Words for .NET

    Discover the FieldBuilder AddSwitch method to effortlessly add field switches, enhancing your application's functionality and user experience.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  7. Aspose.Drawing memory leak in Csharp - Free Sup...

    When I convert pdf to tiff, it takes a lot of ressource. My PDF is 1300K (any pdf does the same) and after 5 calls ended the process still takes 1.7g, even after 5 minutes it’s completion and idle. Here is my code. us…...License license = new Aspose.Pdf.License(); license...= null; using (pdfDocument = new Document("1300KFile.pdf")) {...

    forum.aspose.com/t/aspose-drawing-memory-leak-i...
  8. Manipulate Tables in existing PDF|Aspose.PDF fo...

    Learn how to work with tables in existing PDFs using Aspose.PDF for .NET, providing flexibility in document modification.... In this new release, we have implemented new feature of searching...exist on page of PDF document. A new class named Aspose.PDF.Text.TableAbsorber...

    docs.aspose.com/pdf/net/manipulate-tables-in-ex...
  9. FontSettings.DefaultInstance | Aspose.Words for...

    Discover the FontSettings DefaultInstance property for streamlined static font management. Optimize your design with customizable default settings!...instance to use the "Courier New" font // as a backup substitute... DefaultFontName = "Courier New" ; Assert . That ( FontSettings...

    reference.aspose.com/words/net/aspose.words.fon...
  10. Add Arc Object to PDF file|Aspose.PDF for Java

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

    docs.aspose.com/pdf/java/add-arc/