Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 2,120 for

resource

(0.06 sec)
  1. Add Rotation to Signature Appearance Using Grou...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Signature for .NET 17.2.0. About 30 improvements, numerous new features and fixes are introduced in this release. GroupDocs.Signature for .NET 17.2.0 provides various options for dealing with a signature’s appearance. The API implements rotation,transparency,size adjustment & opacity for a signature and adds the ability to verify a Pdf document signed with text sticker/annotation signature. Simply download this latest release and try out all the exciting features introduced in this release....ResourcesHere are a few channels and resources for you to learn, try and...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. Render XLSX as PDF using Python

    Learn how to render XLSX as PDF using Python. This tutorial explains how to convert XLSX to PDF in Python for secure and portable document output....with statement to manage resources efficiently Create a PdfViewOptions...

    kb.groupdocs.com/viewer/python/render-xlsx-as-p...
  3. Merge PPTX Presentations in Python with GroupDo...

    This article provides step-by-step instructions on merging PPTX presentations using GroupDocs.Merger for Python via .NET....might find the following resources useful: GroupDocs.Merger for...also # Here are some useful resources to further enhance your knowledge...

    blog.groupdocs.com/merger/merge-pptx-in-python/
  4. عرض ملفات CAD في C # باستخدام .NET API | تحويل ...

    قم ببناء عارض ملفات CAD في C # لعرض الرسومات. قم بتحويل DWG أو DGN إلى تنسيق HTML أو JPG أو PNG أو PDF باستخدام عارض المستندات .NET API بواسطة GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/ar/viewer/view-cad-documents...
  5. Ver archivos CAD en C# usando .NET API | Conver...

    Cree su visor de archivos CAD en C# para ver dibujos. Convierta DWG, DGN para renderizar como HTML, JPG, PNG o PDF utilizando el visor de documentos .NET API de GroupDocs....html","page_{0}/resource_{1}","page_{0}/resources"); viewer.View(viewOptions);...

    blog.groupdocs.com/es/viewer/view-cad-documents...
  6. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... Xls ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/exporting-metad...
  7. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java... Xls ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/exporting-meta...
  8. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More Resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...remove metadata here } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-a-passwor...
  9. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More Resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....getDescription ()); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/get-supported-...
  10. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... Save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-with-defa...