Sort Score
Result 10 results
Languages All
Labels All
Results 4,661 - 4,670 of 15,965 for

file

(7.62 sec)
  1. Save output to a stream | GroupDocs

    This article shows how to save output to a stream when rendering a document...instantiate and release the output file streams. defines methods to...

    docs.groupdocs.com/viewer/java/save-output-to-s...
  2. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.... a file to examine Get a collection...

    docs.groupdocs.com/metadata/python-net/getting-...
  3. GroupDocs.Markdown for Python via .NET | GroupDocs

    Convert PDF, Word, Excel, and other documents to clean Markdown using Python....Flexible image handling — Base64, file system with relative paths,...

    docs.groupdocs.com/markdown/python-net/
  4. Group docs editor to enable editing of variable...

    Hi, I have been looking at Group Docs Editor features for one of my requirement. Our requirement is, we have pdfs with some variable fields (Please find sample screen shot below.) We want to implement .NET web applicat…...true }; // sign document to file signature.Sign(outputFilePath...

    forum.groupdocs.com/t/group-docs-editor-to-enab...
  5. Add resource redaction annotation | GroupDocs

    The page describes how to add resource redaction annotation to a document using GroupDocs.Annotation for Java....// Add annotation and save to file annotator . add ( resourcesRedaction...

    docs.groupdocs.com/annotation/java/add-resource...
  6. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...( 100 ); // sign document to file signature . sign ( "QrCodeEncrypted...

    docs.groupdocs.com/signature/java/sign-document...
  7. Cancel document viewing in ASP.NET Core - Free ...

    Hi, Is there any way to cancel document rendering in ASP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…...scenario is like this: the document file is fetched from external API...

    forum.groupdocs.com/t/cancel-document-viewing-i...
  8. Adding image watermarks | GroupDocs

    Add image watermarks from File or stream using GroupDocs.Watermark for Python via .NET....Add image watermark from local file The following example shows...

    docs.groupdocs.com/watermark/python-net/adding-...
  9. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  10. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Loading of template documents from HTML with resources GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource Files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a File, its containing folder is used as a base URI to resolve external resource Files’ relative URIs to absolute ones by default as shown in the following example....Saving With External Resource Files / Loading of template documents...referencing external resource files to be assembled and saved to...

    docs.groupdocs.com/assembly/java/loading-of-tem...