Sort Score
Result 10 results
Languages All
Labels All
Results 1,331 - 1,340 of 12,637 for

new

(0.74 sec)
  1. .NET 9 - Fails to identify document is PDF/HTML...

    Hello, I have attached a .zip file containing some files (1x .htm, 2x .pdf) - using .NET 9 and GroupDocs.Conversion 25.4.0 - none of these file convert. Their Format is also not detected correctly when using .GetDocumen…...using (Converter converter = new Converter(() => stream)) { var...convertOptions = new PdfConvertOptions { PdfOptions = new PdfOptions...

    forum.groupdocs.com/t/net-9-fails-to-identify-d...
  2. DOC/DOCX - when removing only "Author" property...

    Remove doc/docx properties, the “Content type”, “Scale” property will be removed. and the ContentType is empty. We are using v18.6 and here’s the demo codes: var format = New DocFormat(filePath); DocMetadata metaData …...the demo codes: var format = new DocFormat(filePath); DocMetadata...Glority_Developer: var format = new DocFormat(filePath); DocMetadata...

    forum.groupdocs.com/t/doc-docx-when-removing-on...
  3. Edit Email | GroupDocs

    This guide demonstrates how to edit the content of documents from the Email format family like common text documents using GroupDocs.Editor for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...path const editorFromPath = new groupdocsEditor . Editor ( emlFilePath...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  4. Edit Email | GroupDocs

    This guide demonstrates how to edit content of the documents from Email format family like a common text documents using a GroupDocs.Editor for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Editor editorFromPath = new Editor ( emlInputPath )) //from...

    docs.groupdocs.com/editor/net/edit-email/
  5. Issue with watermarks on Word documents - inval...

    Hi, I have encountered some issues when using Groupdocs.Watermark to stamp some files. This mainly affects Word documents as they appear to randomly generate false watermarks that are not positioned correctly, do not ha…...document: try (FileInputStream fis = new FileInputStream(fileIn); Watermarker...watermarker = new Watermarker(fis, loadOptions)) { var font = new com.groupdocs...

    forum.groupdocs.com/t/issue-with-watermarks-on-...
  6. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection...the Signature Class Create a new instance of the Signature class...using (Signature signature = new Signature( "sample.pdf" )) {...

    blog.groupdocs.com/signature/protect-signed-pdf...
  7. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Consulting Blog Knowledge Base New Releases Status Websites aspose...generating the slides preview the new instance method from the struct...

    docs.groupdocs.com/editor/java/generating-slide...
  8. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....Consulting Blog Knowledge Base New Releases Status Websites aspose...MP3ReadLyricsTag try ( Metadata metadata = new Metadata ( Constants . MP3WithLyrics...

    docs.groupdocs.com/metadata/java/handling-the-l...
  9. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...file using ( var converter = new GroupDocs . Conversion . Converter...

    docs.groupdocs.com/conversion/net/convert/wordp...
  10. Convert word processing documents | GroupDocs

    Learn this article and check how to convert Microsoft Word DOCX, DOC, RTF documents to other formats with GroupDocs.Conversion for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...DOCX file const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...