Sort Score
Result 10 results
Languages All
Labels All
Results 2,891 - 2,900 of 214,303 for

new

(0.24 sec)
  1. WriteProtection.ReadOnlyRecommended | Aspose.Wo...

    Discover the WriteProtection ReadOnlyRecommended property, guiding users to open documents in read-only mode for enhanced security and integrity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...WriteProtection.docx" ); doc = new Document ( ArtifactsDir + "Document...

    reference.aspose.com/words/net/aspose.words.set...
  2. 2022年新功能|Aspose.PDF for .NET

    本页面介绍了2022年引入的Aspose.PDF for .NET中最受欢迎的新功能。...document using ( var document = new Aspose . Pdf . Document ( dataDir..."PagesToImages.pdf" )) { var dicom = new Aspose . Pdf . Devices . DicomDevice...

    docs.aspose.com/pdf/zh/net/whatsnew/2022/
  3. PersonCollection constructor | Aspose.Words for...

    aspose.words.bibliography.PersonCollection constructor...PersonCollection() Initialize a new instance of the PersonCollection...PersonCollection(persons) Initialize a new instance of the PersonCollection...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Creating OneNote NoteBook | Aspose.Note Documen...

    This article explains how to create and manage OneNote note books using the C# API....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/note/net/working-with-onenote-n...
  5. Manage Presentation Properties in JavaScript|As...

    Master presentation properties in Aspose.Slides for Node.js via Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....the presentation var pres = new aspose . slides . Presentation...Node.js via Java. var pres = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/presentation...
  6. Manage Presentation Properties in Java|Aspose.S...

    Master presentation properties in Aspose.Slides for Java and streamline search, branding and workflow in your PowerPoint and OpenDocument files....presentation Presentation pres = new Presentation ( "Presentation...for Java. Presentation pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/java/presentation-proper...
  7. Working with Actions|Aspose.PDF for Java

    This section explains how to add actions to the document and form fields programmatically with Java. Learn how to Add, Create, and Get Hyperlink in a PDF File....document Document document = new Document ( GetDataDir () + "AddHyperlink...LinkAnnotation link = new LinkAnnotation ( page , new Rectangle ( 100...

    docs.aspose.com/pdf/java/actions/
  8. 制作 PDF 小册子|Aspose.PDF for .NET

    本节解释如何使用 PdfFileEditor 类通过 Aspose.PDF 制作 PDF 小册子。...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...PdfFileEditor object var pdfEditor = new Aspose . Pdf . Facades . PdfFileEditor...

    docs.aspose.com/pdf/zh/net/make-booklet-of-pdf/
  9. Cell | Aspose.Words for Java

    Represents a table cell in Java....Document doc = new Document(); Table table = new Table(doc); doc...and paragraph. Row firstRow = new Row(doc); table.appendChild(firstRow);...

    reference.aspose.com/words/java/com.aspose.word...
  10. When converting an MSG file to PDF, Sent Date a...

    We are using the Aspose c# library. When we try to convert MSG files to PDF, for some MSG files, Sent Date appears twice in the PDF files. Below is the code that we use: // Load the MSG file MapiMessage msg = MapiMess…...ToMailMessage(new MailConversionOption()); // Convert...MhtSaveOptions mhtSaveOptions = new MhtSaveOptions(); mhtSaveOptions...

    forum.aspose.com/t/when-converting-an-msg-file-...