Sort Score
Result 10 results
Languages All
Labels All
Results 8,711 - 8,720 of 183,448 for

doc

(0.35 sec)
  1. Android API to Render MD to DOTX | products.asp...

    Transform MD to DOTX via Android via Java API...used to convert MD files to DOC. The second is Aspose.Words for...which can be used to render DOC files to DOTX. By using these...

    products.aspose.com/total/android-java/conversi...
  2. Android API to Render EPUB to MARKDOWN | produc...

    Transform EPUB to MARKDOWN via Android via Java API...used to convert EPUB file to DOC. Secondly, Word Processing API...Android Java can be used to render DOC to MARKDOWN. This way, developers...

    products.aspose.com/total/android-java/conversi...
  3. Android API to Render EPUB to PS | products.asp...

    Transform EPUB to PS via Android via Java API...used to convert EPUB files to DOC. The second API is Aspose.Words...which can be used to render DOC to PS. This makes it easy to...

    products.aspose.com/total/android-java/conversi...
  4. Convert WORD To HTML C#

    Convert a Word Document to HTML format in C# code. Save a Word Document as HTML using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Words; var doc = new Document( "Input.docx" ); doc.Save( "Output...

    products.aspose.com/words/net/conversion/word-t...
  5. Convert TEXT To JPG C#

    Convert TEXT to JPG format in C# code. Save TEXT as JPG using C#....format DOCX PDF MD HTML TXT DOC DOT DOCM DOTX DOTM RTF EPUB PS...Copy using Aspose.Words; var doc = new Document( "Input.txt" );...

    products.aspose.com/words/net/conversion/text-t...
  6. Compress TIFF In Python

    Compress TIFF in Python without losing quality. Optimize TIFF content, reduce file size easily....as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) shape...words as aw doc = aw.Document("Input.tiff") doc.cleanup() shapes...

    products.aspose.com/words/python-net/compress/t...
  7. Compress JPG In Python

    Compress JPG in Python without losing quality. Optimize JPG content, reduce file size easily....as aw doc = aw.Document() builder = aw.DocumentBuilder(doc) shape...aspose.words as aw doc = aw.Document("Input.jpg") doc.cleanup() shapes...

    products.aspose.com/words/python-net/compress/jpg/
  8. Შეკუმშოს TIFF Java

    შეკუმშოს TIFF Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ TIFF კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....*; Document doc = new Document (); DocumentBuilder...builder = new DocumentBuilder (doc); Shape shape = builder.insertImage(...

    products.aspose.com/words/ka/java/compress/tiff/
  9. Replace text in equations - Free Support Forum ...

    hello, I need to replace certain values in formulas. The problem is that the Replace method does not change the value. Code: int main() { auto Doc = System::MakeObject<Document>(u"input.Docx"); System::SharedPtr<F…... Code: int main() { auto doc = System::MakeObject<Document>(u"input...ons>(); for (int i = 0; i < doc->GetChildNodes(NodeType::OfficeMath...

    forum.aspose.com/t/replace-text-in-equations/31...
  10. FootnoteType enumeration | Aspose.Words for Python

    aspose.words.notes.FootnoteType enumeration. Specifies whether this is a footnote or an endnote.... doc = aw . Document () builder =...= aw . DocumentBuilder ( doc = doc ) # Insert some text and mark...

    reference.aspose.com/words/python-net/aspose.wo...