Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 18,239 for

tex page builder

(0.18 sec)
  1. Compress DOC In Python

    Compress DOC in Python without losing quality. Optimize DOC content, reduce file size easily....Document() builder = aw.DocumentBuilder(doc) shape = builder.InsertImage("Input...doc", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...

    products.aspose.com/words/python-net/compress/doc/
  2. Compress DOCX In Python

    Compress DOCX in Python without losing quality. Optimize DOCX content, reduce file size easily....Document() builder = aw.DocumentBuilder(doc) shape = builder.InsertImage("Input...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...

    products.aspose.com/words/python-net/compress/d...
  3. Optimize File's Content Using Python

    Compress files in Python: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...Document() builder = aw.DocumentBuilder(doc) shape = builder.InsertImage("Input...docx", 'rb') as pdf_stream: pages_stream = renderer.save_pdf_...

    products.aspose.com/words/python-net/compress/
  4. 使用 Python 製作 PDF

    通過幾個步驟在 Python 中創建一個新的 PDF。使用 Python via .NET 庫輕鬆創建 PDF。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...
  5. 使用 Python 製作 Markdown

    通過幾個步驟在 Python 中創建一個新的 Markdown。使用 Python via .NET 庫輕鬆創建 Markdown。...Document() builder = aw.DocumentBuilder(doc) font = builder.font font...highlight_color = drawing.Color.yellow builder.write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/python-net/ma...
  6. 使用 C# 製作 DOC

    通過幾個步驟在 C# 中創建一個新的 DOC。使用 .NET 庫輕鬆創建 DOC。...var builder = new DocumentBuilder(doc); var font = builder.Font;...HighlightColor = Color.Yellow; builder.Write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/net/make/doc/
  7. 使用 C# 製作 PDF

    通過幾個步驟在 C# 中創建一個新的 PDF。使用 .NET 庫輕鬆創建 PDF。...var builder = new DocumentBuilder(doc); var font = builder.Font;...HighlightColor = Color.Yellow; builder.Write( "Morbi enim nunc faucibus...

    products.aspose.com/words/zh-hant/net/make/pdf/
  8. 使用 Java 製作 Markdown

    通過幾個步驟在 Java 中創建一個新的 Markdown。使用 Java 庫輕鬆創建 Markdown。...Document (); DocumentBuilder builder = new DocumentBuilder (doc);...(doc); Font font = builder.getFont(); font.setName( "Courier New"...

    products.aspose.com/words/zh-hant/java/make/md/
  9. Compress DOCX In C#

    Compress DOCX in C# without losing quality. Optimize DOCX content, reduce file size easily....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.docx"); var saveOptions...

    products.aspose.com/words/net/compress/docx/
  10. Compress WORD In C#

    Compress WORD in C# without losing quality. Optimize WORD content, reduce file size easily....doc = new Document(); var builder = new DocumentBuilder(doc);...; var shape = builder.InsertImage("Input.docx"); var saveOptions...

    products.aspose.com/words/net/compress/word/