Sort Score
Result 10 results
Languages All
Labels All
Results 8,831 - 8,840 of 157,095 for

doc

(0.14 sec)
  1. Გადაიყვანეთ JPG DOCX Java

    გადაიყვანეთ JPG DocX Java ფორმატში კოდით. შეინახეთ JPG როგორც DocX Java....ფორმატი DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...com.aspose.words.*; Document doc = new Document (); DocumentBuilder...

    products.aspose.com/words/ka/java/conversion/jp...
  2. DocumentBuilderOptions | Aspose.Words for Java

    Allows to specify additional options for the Document building process in Java.... Document doc = new Document(); DocumentBuilderOptio...builder = new DocumentBuilder(doc, builderOptions); // Adds content...

    reference.aspose.com/words/java/com.aspose.word...
  3. Document.Convert error when converting digital ...

    We are merging PDF’s and then trying to convert the PDF to Pdf_A_2A. We dont need the old signature we simply just want to merge the Document. We get an error after trying to upgrade to 24.8.0 or higher, we also see the…...new MemoryStream(bytes); var doc = new Pdf.Document(stream); pdfDokument...pdfDokument .Pages.Add(doc.Pages); } using var ms = new MemoryStream();...

    forum.aspose.com/t/document-convert-error-when-...
  4. Convert DOT to JSON Format via Java | products....

    Convert DOT to JSON format via Java without using using Microsoft Word or Microsoft Excel... While similar to DOC files, DOT files are saved in...format that is incompatible with DOC files. DOT files are saved in...

    products.aspose.com/total/java/conversion/dot-t...
  5. FieldUserAddress Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldUserAddress class for seamless integration of USERADDRESS fields, enhancing Document automation and personalization.... Document doc = new Document (); // Create...Address = "123 Main Street" ; doc . FieldOptions . CurrentUser...

    reference.aspose.com/words/net/aspose.words.fie...
  6. CellFormat class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellFormat class. Represents all formatting for a table cell... let doc = new aw . Document (); let builder...= new aw . DocumentBuilder ( doc ); builder . startTable (); //...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. StructuredDocumentTag.FullDate | Aspose.Words f...

    Discover the StructuredDocumentTag FullDate property, which captures the complete date and time for enhanced Document accuracy and tracking.... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  8. BuiltInDocumentProperties.Item | Aspose.Words f...

    Access DocumentProperty objects effortlessly with the BuiltInDocumentProperties Item property. Streamline your Document management today!... Document doc = new Document ( MyDir + "Properties...properties. Assert . That ( doc . CustomDocumentProper [ "CustomProperty"...

    reference.aspose.com/words/net/aspose.words.pro...
  9. StructuredDocumentTag.CalendarType | Aspose.Wor...

    Discover the StructuredDocumentTag CalendarType property to customize your SDT calendar type. Enhance your Documents with tailored calendar options!... Document doc = new Document (); // Insert...= new StructuredDocumentTa ( doc , SdtType . Date , MarkupLevel...

    reference.aspose.com/words/net/aspose.words.mar...
  10. Export MSG to PCL via C++ | products.aspose.com

    C++ API to Convert MSG to PCL without using Microsoft Word or Outlook...System :: SharedPtr < Document > doc = System :: MakeObject < Document...while passing Pcl as save format doc -> Save ( u "convertedFile.Pcl"...

    products.aspose.com/total/cpp/conversion/msg-to...