Sort Score
Result 10 results
Languages All
Labels All
Results 2,641 - 2,650 of 4,632 for

as

(0.04 sec)
  1. 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...
  2. sample.pdf

    How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also As a home decoration. Shall we get down to folding? Materials acquired to fold or......How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also as a home decoration. Shall we get down to folding? Materials acquired to fold or...

    docs.groupdocs.com/conversion/java/_sample_file...
  3. sample.pdf

    How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also As a home decoration. Shall we get down to folding? Materials acquired to fold or......How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also as a home decoration. Shall we get down to folding? Materials acquired to fold or...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  4. GroupDocs.Watermark for .NET 25.11 – Latest Upd...

    Explore what’s new in GroupDocs.Watermark for .NET 25.11. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Watermark for .NET 25.11. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/watermark/groupdocs-watermar...
  5. Upcoming release of GroupDocs.Classification fo...

    GroupDocs.ClAssification for .NET allows you to clAssify document or text with IAB-2 or Document taxonomies. Have a look at the image below: You can see how API clAssifies an input text to IAB-2. If you haven’t already explored the online app, visit it now. Big News We are going to launch GroupDocs.ClAssification API for .NET platform very soon. That means, whatever features you can avail/evaluate in the online app, will be available in a back-end API that you can integrate in any of your (existing or new) ....GroupDocs.Classification for .NET allows you to classify document or text with IAB-2 or Document taxonomies. Have a look at the image below: You can see how API classifies an input text to IAB-2. If you haven’t already explored the online app, visit it now. Big News We are going to launch GroupDocs.Classification API for .NET platform very soon. That means, whatever features you can avail/evaluate in the online app, will be available in a back-end API that you can integrate in any of your (existing or new) .

    blog.groupdocs.com/classification/upcoming-rele...
  6. GroupDocs.Watermark for .NET 25.10 – Latest Upd...

    Explore what’s new in GroupDocs.Watermark for .NET 25.10. Available now on NuGet and GroupDocs website....Explore what’s new in GroupDocs.Watermark for .NET 25.10. Available now on NuGet and GroupDocs website.

    blog.groupdocs.com/watermark/groupdocs-watermar...
  7. Working with metadata in PDF documents | GroupDocs

    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....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.

    docs.groupdocs.com/metadata/java/working-with-m...
  8. Working with metadata in PDF documents | GroupDocs

    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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, pleAse use the DocumentProperties property defined in the DocumentRootPackage clAss....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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage<PdfRootPackage>(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class.

    docs.groupdocs.com/metadata/net/working-with-me...
  9. sample.pdf

    How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also As a home decoration. Shall we get down to folding? Materials acquired to fold or......How to fold origami candy boxes How about folding origami candy box? Thus candy boxes can be had, which can be also as a home decoration. Shall we get down to folding? Materials acquired to fold or...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  10. Remove Annotations from Word in C# on GroupDocs...

    Remove Annotations from Word in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotations from Word in C# on GroupDocs Blog | Document Aut......Remove Annotations from Word in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Remove Annotations from Word in C# on GroupDocs Blog | Document Aut...

    blog.groupdocs.com/pt/tag/remove-annotations-fr...