Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 32,669 for

annotation

(1.54 sec)
  1. So signieren Sie RTF mit Stempelsignatur mit C#

    Dieser Artikel soll Ihnen dabei helfen, RTF mit Stempelsignatur mit C# zu signieren. Darüber hinaus stellen wir Ihnen ein Codebeispiel zur Einbettung einer Stempelsignatur in RTF mithilfe von C# zur Verfügung....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/signature/net/how-to-sign-r...
  2. So konvertieren Sie DWG in PDF in C#

    Dieses Tutorial enthält Schritt-für-Schritt-Anleitungen zum Konvertieren von DWG in PDF in C# und Anleitungen zum Schreiben von Code zum Erstellen der Fähigkeit zum Konvertieren von DWG-Dateien in PDF mit C#....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/net/how-to-conve...
  3. So konvertieren Sie PowerPoint in HTML in Java

    Dieses kurze Tutorial bietet eine schrittweise Vorgehensweise zum Konvertieren von PowerPoint in HTML in Java und einen Beispielcode für die Java-PPT-zu-HTML-Konvertierungsanwendung....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  4. So konvertieren Sie PowerPoint mit Java in PDF

    Sehen Sie sich schnell das Verfahren zum Konvertieren von PowerPoint in PDF mit Java an und erfahren Sie, wie Sie diese Anweisungen befolgen, um die Java-Funktion zum Konvertieren von PPT in PDF zu erstellen....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  5. So konvertieren Sie VSDX in PDF in Java

    Dieser Artikel erläutert den Prozess zum Konvertieren von VSDX in PDF in Java und führt Sie durch die Verwendung von Anweisungen zum Implementieren der Java-VSDX-zu-PDF-Konvertierungsfähigkeit....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  6. So konvertieren Sie RTF mit Java in JPG

    Diese Anleitung führt Sie durch den gesamten Arbeitsablauf zur Konvertierung von RTF in JPG mit Java. Darüber hinaus wird Java-Code zum Exportieren von RTF in JPG in Java bereitgestellt....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  7. So konvertieren Sie DOCX in SVG mit C#

    In diesem Artikel finden Sie vollständige Anweisungen zum Konvertieren von DOCX in SVG mithilfe von C# sowie eine .NET-Beispielanwendung zum Umwandeln von DOCX in SVG in C#....Annotation Product Family GroupDocs...

    kb.groupdocs.com/de/conversion/net/how-to-conve...
  8. 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:...Annotation Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/extracting-comm...
  9. Sloučit soubory TIFF pomocí Java

    V tomto článku nastíníme základní kroky ke sloučení souborů TIFF pomocí Javy. Poskytneme také příklad kódu, který demonstruje, jak kombinovat soubory TIFF v Javě....Annotation Product Family GroupDocs...

    kb.groupdocs.com/cs/merger/java/merge-tiff-file...
  10. Proveďte vyhledávání homofonů pomocí C#

    Naučte se provádět vyhledávání homofonů pomocí jazyka C# pro fonetické shody. Objevte algoritmus vyhledávání homofonů C# pro přesné výsledky bez instalace dalšího softwaru....Annotation Product Family GroupDocs...

    kb.groupdocs.com/cs/search/net/perform-homophon...