Sort Score
Result 10 results
Languages All
Labels All
Results 5,591 - 5,600 of 12,111 for

formatting

(0.16 sec)
  1. Online Signature Plugin from GroupDocs Now Avai...

    We’ve announced the launch of GroupDocs’ online signature plugin for DotNetNuke. This plugin lets you embed signature forms into DotNetNuke, share them with customers and collect signatures online. The workflow is simple: upload a document template to GroupDocs, add signature fields (date, sign, single/multi-line text fields, etc.), include signer email addresses and publish. Recipients fill in the form information and submit it online. An instant notification is received on completion of the task....with a range of popular file-formats. Benefits of GroupDocs’ Online...purposes. Multiple document format support: Microsoft Word, PDF...

    blog.groupdocs.com/signature/online-signature-p...
  2. Comment convertir XLSX en PDF en utilisant C#

    Dans cet article, vous serez guidé sur la façon de convertir XLSX en PDF en utilisant C#. De plus, un exemple de code sera fourni pour montrer comment générer un PDF à partir de XLSX en C#....fonctionnalité pour exporter XLSX au format PDF à l’aide de C# ont toutes...transformer le fichier XLSX au format CSV. Pour plus d’informations...

    kb.groupdocs.com/fr/conversion/net/how-to-conve...
  3. So konvertieren Sie DOT in C# in PDF

    Dieser Artikel beschreibt den Workflow zum Konvertieren von DOT in PDF in C# und wie Sie diese Anweisungen zum Entwickeln des DOT-zu-PDF-Konverters mit C# nutzen können....hinzu, um vom DOT- in das PDF-Format zu konvertieren Instanziieren...Festplatte zum Umwandeln in das PDF-Format Erstellen und definieren Sie...

    kb.groupdocs.com/de/conversion/net/how-to-conve...
  4. Konvertieren Sie PDF mit Java in ODT

    Konvertieren Sie PDF-Dateien mit Java mühelos in ODT, ohne dass zusätzliche Tools erforderlich sind. Wir stellen Ihnen ein Codebeispiel und vollständige Schritte zur Durchführung dieser Konvertierung zur Verfügung....-Dateien (Portable Document Format) in ODT (Open Document Text)...Vorteile des offenen Standard-ODT-Formats hervor. Sobald die ausgewählte...

    kb.groupdocs.com/de/conversion/java/convert-pdf...
  5. Konvertieren Sie PDF mit C# in PPTX

    Erfahren Sie, wie Sie mit C# schnell PDF in PPTX konvertieren, indem Sie unserem umfassenden Tutorial sorgfältig folgen. Darüber hinaus stellen wir Ihnen ein C#-Codebeispiel zum Exportieren von PDF nach PPTX mit C# zur Verfügung....-Dateien (Portable Document Format) mithilfe der Konvertierungsbiblio...PresentationConvertO und legen Sie das Format des Ausgabedokuments auf PPTX...

    kb.groupdocs.com/de/conversion/net/convert-pdf-...
  6. So konvertieren Sie ODT mit Java in JPG

    In diesem Thema erfahren Sie, wie Sie ODT mit Java in JPG konvertieren, ohne zusätzliche Softwareinstallationen zu installieren, zusammen mit Code zum Exportieren von ODT in JPG in Java....besitzen und diese in das JPG-Format konvertieren möchten, führt...ODT-Dateien mit Java in das JPG-Format zu konvertieren. Indem Sie...

    kb.groupdocs.com/de/conversion/java/how-to-conv...
  7. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library....Merge different archive file formats This section describes how...merge different archive file formats using GroupDocs.Merger API...

    docs.groupdocs.com/merger/java/merge/archives/
  8. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Managing metadata for specific formats / Video / Working with metadata...Metadata API supports extracting format-specific information from the...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from JPEG2000...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. GroupDocs.Viewer for Java | GroupDocs

    GroupDocs.Viewer for Java allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your Java application....in HTML, PDF, PNG, and JPEG formats. You can render the entire...Main features Supported file formats GET STARTED System requirements...

    docs.groupdocs.com/viewer/java/