Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 164,045 for

new

(0.05 sec)
  1. 注解 PDF API | Aspose.PDF

    使用适用于任何平台的免费跨平台应用程序和高级代码 API 从 PDF 文档中删除注释。...PDF file Document document = new Document ( System . IO . Path...caretAnnotation1 = new CaretAnnotation ( document . Pages [ 1 ], new Rectangle...

    products.aspose.com/pdf/zh-hans/annotation/
  2. ImportFormatOptions.keepSourceNumbering propert...

    ImportFormatOptions.keepSourceNumbering property. Gets or sets a boolean value that specifies how the numbering will be imported when it clashes in source and destination documents... let srcDoc = new aw . Document ( base . myDir...lists. let importFormatOptions = new aw . ImportFormatOptions ();...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. PdfDigitalSignatureDetails.SignatureDate | Aspo...

    Discover the PdfDigitalSignatureDetails SignatureDate property to easily manage and customize signing dates for your documents. Enhance your digital workflow today!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. DocumentBuilder.InsertDocument | Aspose.Words f...

    Effortlessly insert documents at any cursor position with DocumentBuilder's InsertDocument method. Streamline your workflow and enhance productivity!... Document doc = new Document ( MyDir + "Document...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words/doc...
  5. Convert WORD To Image Java

    Convert a Word document to Image format in Java code. Save a Word document as Image using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...
  6. Convert HTML To GIF Java

    Convert HTML to GIF format in Java code. Save HTML as GIF using Java....*; Document doc = new Document ( "Input.html" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/html-...
  7. Row Class | Aspose.Words for .NET

    Discover the Aspose.Words.Tables.Row class for seamless table row management in your documents. Enhance your document processing with powerful features!...DocumentBase ) Initializes a new instance of the Row class. Properties...Document doc = new Document (); Table table = new Table ( doc );...

    reference.aspose.com/words/net/aspose.words.tab...
  8. IFieldMergingCallback.ImageFieldMerging | Aspos...

    Discover the ImageFieldMerging method in IFieldMergingCallback, designed for seamless image insertion in Aspose.Words mail merge. Enhance your document automation!...ImageFromBlob () { Document doc = new Document ( MyDir + "Mail merge...MailMerge . FieldMergingCallback = new HandleMergeImageFiel (); string...

    reference.aspose.com/words/net/aspose.words.mai...
  9. PageSetup.differentFirstPageHeaderFooter proper...

    PageSetup.differentFirstPageHeaderFooter property. True if a different header or footer is used on the first page....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  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/