Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 35,084 for

signature

(0.26 sec)
  1. Sign Images with Barcode in C# on GroupDocs Blo...

    Sign Images with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Images with Barcode in C# on GroupDocs Blog | Document Automation ......NET Signature API. Recent content in Sign...

    blog.groupdocs.com/vi/tag/sign-images-with-barc...
  2. Apply Barcode to Images in C# on GroupDocs Blog...

    Apply Barcode to Images in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Apply Barcode to Images in C# on GroupDocs Blog | Document Automation So......NET Signature API. Recent content in Apply...

    blog.groupdocs.com/vi/tag/apply-barcode-to-imag...
  3. Attach QR code with Images in CSharp on GroupDo...

    Attach QR code with Images in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Attach QR code with Images in CSharp on GroupDocs Blog | Document......کنید و با استفاده از NET Signature API به فایل های Word، Excel،...

    blog.groupdocs.com/fa/tag/attach-qr-code-with-i...
  4. Sign documents with QR code in CSharp on GroupD...

    Sign documents with QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign documents with QR code in CSharp on GroupDocs Blog | Docume......NET Signature API. Recent content in Sign...

    blog.groupdocs.com/nl/tag/sign-documents-with-q...
  5. Apply Barcode to Images in C# on GroupDocs Blog...

    Apply Barcode to Images in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Apply Barcode to Images in C# on GroupDocs Blog | Document Automation So......NET Signature API 将条形码附加到 Word、Excel、PDF、PNG、JPG、WebP...

    blog.groupdocs.com/zh/tag/apply-barcode-to-imag...
  6. Sign Documents with Barcode in C# on GroupDocs ...

    Sign Documents with Barcode in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Sign Documents with Barcode in C# on GroupDocs Blog | Document Autom......NET Signature API. Recent content in Sign...

    blog.groupdocs.com/vi/tag/sign-documents-with-b...
  7. Apply Barcode to PDF in C# on GroupDocs Blog | ...

    Apply Barcode to PDF in C# on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Apply Barcode to PDF in C# on GroupDocs Blog | Document Automation Solution......NET Signature API. Recent content in Apply...

    blog.groupdocs.com/vi/tag/apply-barcode-to-pdf-...
  8. Attach QR code with Images in CSharp on GroupDo...

    Attach QR code with Images in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Attach QR code with Images in CSharp on GroupDocs Blog | Document......NET Signature API. Recent content in Attach...

    blog.groupdocs.com/vi/tag/attach-qr-code-with-i...
  9. Add QR code in CSharp on GroupDocs Blog | Docum...

    Add QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Add QR code in CSharp on GroupDocs Blog | Document Automation Solutions for .NET......NET Signature APIを使用してWord、Excel、PDF、PN...

    blog.groupdocs.com/ja/tag/add-qr-code-in-csharp...
  10. 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....Signature Product Solution GroupDocs...information about digital signatures associated with a document...

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