Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 2,175 for

resource

(0.07 sec)
  1. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....Height}" ); } } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Modifier et gérer les métadonnées dans les appl...

    Découvrez comment utiliser GroupDocs.Metadata for Python via .NET pour extraire, mettre à jour et supprimer les métadonnées dans vos applications....IPTC, XMP, EXIF et Image Resources. Gestion des métadonnées multimédias...

    blog.groupdocs.com/fr/metadata/edit-metadata-in...
  3. ویرایش و مدیریت متادیتا در برنامه های پایتون - ...

    ببینید چگونه از GroupDocs.Metadata for Python via .NET برای استخراج، به روز رسانی و حذف متادیتا در برنامه‌های خود استفاده کنید....مانند IPTC، XMP، EXIF و Image Resources کار کنید. مدیریت متادیتا چند...

    blog.groupdocs.com/fa/metadata/edit-metadata-in...
  4. GroupDocs.Metadata Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... ** RIFF (Resource Interchange File Format) ...

    blog.groupdocs.com/ja/categories/groupdocs.meta...
  5. Watermark messing up in PDF - .NET Core - Free ...

    Hi everyone, I am trying the version 24.8.0 to evaluate GroupDocs.Watermark. I have a web application (.NET Core 6) and I am trying to insert watermark in MemoryStream. Here is the actual code I am using: public stat…...NET/Examples/Resources/SampleFiles/Fonts at master...

    forum.groupdocs.com/t/watermark-messing-up-in-p...
  6. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for .NET....Close (); } // Disposing all resources beforeEdit . Dispose (); afterEdit...

    docs.groupdocs.com/editor/net/edit-markdown/
  7. Edit Markdown documents | Documentation

    This guide demonstrates how to edit content of the Markdown documents/files like a common text documents using a GroupDocs.Editor for Java....close (); } // Disposing all resources beforeEdit . dispose (); afterEdit...

    docs.groupdocs.com/editor/java/edit-markdown/
  8. Edit Email | Documentation

    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....saveOptions2 ); // Dispose of all resources outputMsgStream . end ();...

    docs.groupdocs.com/editor/nodejs-java/edit-email/
  9. Edit Email | Documentation

    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.... Dispose all resources outputMsgStream . Dispose...

    docs.groupdocs.com/editor/net/edit-email/
  10. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....the following guide: More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/working-with-m...