Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 12,278 for

new

(0.15 sec)
  1. Remove form fields | GroupDocs

    This topic describes how to remove form fields from PDF file using the GroupDocs.Viewer .NET API (C#)....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "sample.docx" )) { PdfViewOptions...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the New API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....Consulting Blog Knowledge Base New Releases Status Websites aspose...are the key reasons to use the new API provided by GroupDocs.Metadata...

    docs.groupdocs.com/metadata/net/migration-notes/
  3. Set Target File Format using GroupDocs.Assembly...

    We are excitedly announcing a New feature in the monthly release of GroupDocs.Assembly for Java 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install the latest version of the API for a better user experience....We are excitedly announcing a new feature in the monthly release...DataSourceInfo dataSourceInfo = new DataSourceInfo(...); DocumentAssembler...

    blog.groupdocs.com/assembly/set-target-file-for...
  4. Attachments in PDF document | GroupDocs

    This article explains how to work with PDF attachments while using GroupDocs watermarking API....Consulting Blog Knowledge Base New Releases Status Websites aspose...PdfLoadOptions loadOptions = new PdfLoadOptions (); // Specify...

    docs.groupdocs.com/watermark/net/attachments-in...
  5. Load diagram document with options | GroupDocs

    Learn how to load and convert diagram files (VSD, VSDX, Visio) with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new DiagramLoadOptions { Format =...

    docs.groupdocs.com/conversion/net/load-diagram-...
  6. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/esign-word-pr...
  7. Convert XML as a data source to a Spreadsheet, ...

    Learn how to convert a XML document as a data source to a spreadsheet, CSV or JSON using GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...spreadsheet: using ( var converter = new Converter ( "data.xml" , ( LoadContext...

    docs.groupdocs.com/conversion/net/convert-xml-a...
  8. Load TXT document with options | GroupDocs

    Learn this article and check how to load and convert text files with advanced options using GroupDocs.Conversion for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...getLoadOptions = loadContext => new TxtLoadOptions { LeadingSpacesOptions...

    docs.groupdocs.com/conversion/net/load-txt-docu...
  9. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...resultant document will have new password. Here are the steps...

    docs.groupdocs.com/merger/net/update-document-p...
  10. Convert MSG to PDF in C# and extract attachment...

    During Conversion of an email, I’d like to keep the original attachment file type instead of converting each attachment to different file type. E.g. I have a .msg file with a .docx attachment and I want to convert the M…...Eml) { return new GroupDocs.Conversion.Options...{targetType.Extension}"; return new FileStream(outputFile, FileMode...

    forum.groupdocs.com/t/convert-msg-to-pdf-in-c-a...