Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 213,580 for

new

(0.18 sec)
  1. Multiple signing issue. Only last sign is valid...

    Hello! I choose between different library to work with pdf and i wanna choose Aspose, but cannot find solution for sign document multiple times. I saw different topics at forum, but no worked solution. Have been tried d…...startY) { using var pdfDocument = new Aspose.Pdf.Document(inputFile);...Document(inputFile); using var signature = new Aspose.Pdf.Facades.PdfFileSignature(pdfDocument);...

    forum.aspose.com/t/multiple-signing-issue-only-...
  2. ImportFormatOptions.AdjustSentenceAndWordSpacin...

    Discover the ImportFormatOptions AdjustSentenceAndWordSpacing property. Easily control automatic sentence and word spacing for improved text clarity....Document srcDoc = new Document (); Document dstDoc = new Document ();...(); DocumentBuilder builder = new DocumentBuilder ( srcDoc ); builder...

    reference.aspose.com/words/net/aspose.words/imp...
  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. SummarizeOptions | Aspose.Words for .NET

    Discover the SummarizeOptions constructor for creating customized instances of the SummarizeOptions class, enhancing your coding efficiency and flexibility....SummarizeOptions constructor Initializes a new instances of SummarizeOptions...models. Document firstDoc = new Document ( MyDir + "Big document...

    reference.aspose.com/words/net/aspose.words.ai/...
  5. Save Message as Draft in PHP|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....Create a new instance of MailMessage class $message = new MailMessage...message $message -> setSubject ( "New message created by Aspose.Email...

    docs.aspose.com/email/java/save-message-as-draf...
  6. Working with Attachments|Aspose.PDF for Java

    This section explains how to work with attachments in your PDF with Aspose.PDF Facades - a toolset for popular operations with PDF....PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir...PdfContentEditor editor = new PdfContentEditor ( new Document ( _dataDir...

    docs.aspose.com/pdf/java/working-with-attachments/
  7. Set Target Regions for Recognition|Documentation

    This Article Describes How to Set Target Regions in Source Image for Recognition...source image Rectangle rect2D = new Rectangle ( 0 , 0 , 430 , 440...440 ); using ( Bitmap bmp = new Bitmap ( $"{path}multiple_codes...

    docs.aspose.com/barcode/net/set-target-regions/
  8. .Net Converting PDF to Bitmap Is getting Lines ...

    Hi. I am using the below code in C# with Aspose.PDF version 25.6.1 and when converting certain images color drop out or the color gets lines. Also what is the highest resolution that can be set? var pdfDocument = New …... var pdfDocument = new Document(FullImageMemoryStrea);...a); Resolution resolution = new Resolution(AppSettings.Instance...

    forum.aspose.com/t/net-converting-pdf-to-bitmap...
  9. FieldGlossary | Aspose.Words for Java

    Implements the GLOSSARY field in Java.... Document doc = new Document(); // Create a glossary...it. doc.setGlossaryDocument(new GlossaryDocument()); BuildingBlock...

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

    Implements the SUBJECT field in Java.... Document doc = new Document(); // Set a value for...property. DocumentBuilder builder = new DocumentBuilder(doc); FieldSubject...

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