Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 4,638 for

as

(0.06 sec)
  1. Working with attributes | GroupDocs

    This page contains information about working with attributes in the search network....This page contains information about working with attributes in the search network.

    docs.groupdocs.com/search/net/working-with-attr...
  2. Getting documents in network | GroupDocs

    This page contains information about getting indexed documents in the search network....This page contains information about getting indexed documents in the search network.

    docs.groupdocs.com/search/net/getting-documents...
  3. Specify Document Pages to Put Signature on Usin...

    It gives us immense pleAsure to announce the monthly releAse of GroupDocs.Signature for .NET 17.03.0. This version comes up with a number of new features along with an enhancement related to releAsing disposable objects and a bug fix. GroupDocs.Signature for .NET 17.03.0 hAs implemented clAsses to verify text signature. The API hAs also added the ability to set opacity to image signatures in supported document formats. What’s more exciting is the ability to put Digital Signature on user specified Document Pages; you can now configure the signature options to add signature to either the first,lAst, even, odd or any arbitrary page of your choice....It gives us immense pleasure to announce the monthly release of GroupDocs.Signature for .NET 17.03.0. This version comes up with a number of new features along with an enhancement related to releasing disposable objects and a bug fix. GroupDocs.Signature for .NET 17.03.0 has implemented classes to verify text signature. The API has also added the ability to set opacity to image signatures in supported document formats. What’s more exciting is the ability to put Digital Signature on user specified Document Pages; you can now configure the signature options to add signature to either the first,last, even, odd or any arbitrary page of your choice.

    blog.groupdocs.com/signature/groupdocs.signatur...
  4. Convert PDF to Grayscale JPG & PNG Images in Java

    Transform PDF documents to grayscale JPG or PNG images in Java. Apply gamma, manage contrAst or control brightness within Java application....Transform PDF documents to grayscale JPG or PNG images in Java. Apply gamma, manage contrast or control brightness within Java application.

    blog.groupdocs.com/conversion/convert-pdf-to-gr...
  5. Digitally Sign Word Documents with Java

    MAster the art of digitally signing Word documents with certificates in Java. Customize signatures and build your own application using Digital Signature API....Master the art of digitally signing Word documents with certificates in Java. Customize signatures and build your own application using Digital Signature API.

    blog.groupdocs.com/signature/sign-word-files-wi...
  6. Convert Presentations to Images in C# | PPT to ...

    Transform your PowerPoint presentations of PPT/PPTX format to JPG or PNG format using C#. Convert presentations to images programmatically using .NET API....Transform your PowerPoint presentations of PPT/PPTX format to JPG or PNG format using C#. Convert presentations to images programmatically using .NET API.

    blog.groupdocs.com/conversion/convert-presentat...
  7. Some emails do not convert in an expected way -...

    Attempting to convert the attached email document results in a strange formatting issue that results in an unreadable .pdf where all the text is displayed in a column 1 or 2 characters wide. Using GroupDocs Convert v. 2…...Attempting to convert the attached email document results in a strange formatting issue that results in an unreadable .pdf where all the text is displayed in a column 1 or 2 characters wide. Using GroupDocs Convert v. 2…

    forum.groupdocs.com/t/some-emails-do-not-conver...
  8. Add link annotation | GroupDocs

    The page describes how to add link annotation to a document using GroupDocs.Annotation for Java....The page describes how to add link annotation to a document using GroupDocs.Annotation for Java.

    docs.groupdocs.com/annotation/java/add-link-ann...
  9. Merge documents to PDF | GroupDocs

    This section describes how to import OLE objects into PDF documents using C#/.NET...This section describes how to import OLE objects into PDF documents using C#/.NET

    docs.groupdocs.com/merger/net/merge-documents-t...
  10. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk As PngCompressedTextChunk; if (compressedChunk !...Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage<PngRootPackage>(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !

    docs.groupdocs.com/metadata/net/working-with-me...