Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 1,524 for

err

(0.14 sec)
  1. JoinPortionsWithSameFormatting Carries Over "Er...

    Hello Aspose Team! We’ve been running into an issue with red swiggly underscores (usually a sign of misspelling) in text that we replaced. This seems to be partially an issue on PPT not re-evaluating text eagerly anymor…...JoinPortionsWithSame Carries Over "Err" Flag from First Text Run Aspose...joinPortionsWithSame(); will carry over the err flag on a TextRun(Portion) properties...

    forum.aspose.com/t/joinportionswithsameformatti...
  2. PDF Format Conversion Solution for Go | Aspose.PDF

    Convert PDF to DOCX, DOC, PPTX, PNG, TIFF, EPUB, TEX, SVG & more using Go...pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SaveDocX(filename string) saves previously...

    products.aspose.com/pdf/go-cpp/conversion/
  3. Example of Hello World using Go language|Aspose...

    This sample demonstrates how to create a simple PDF document with text Hello World using Aspose.PDF for Go....PDF-document pdf , err := asposepdf . New () if err != nil { log ...Fatal ( err ) } // Add new page err = pdf . PageAdd () if err != nil...

    docs.aspose.com/pdf/go-cpp/hello-world-example/
  4. 适用于 Go 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Go 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SaveDocX(filename string) saves previously...

    products.aspose.com/pdf/zh-hans/go-cpp/conversion/
  5. 适用于 Go 的 PDF 格式转换解决方案 | Aspose.PDF

    使用 Go 将 PDF 转换为 DOCX、DOC、PPTX、PNG、TIFF、EPUB、TEX、SVG 等...pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SaveDocX(filename string) saves previously...

    products.aspose.com/pdf/zh-hant/go-cpp/conversion/
  6. Optimize PDF using Aspose.PDF for Go via C++|As...

    Optimize and compress PDF files using Go tool....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // Optimize() optimizes PDF-document...

    docs.aspose.com/pdf/go-cpp/optimize-pdf/
  7. Get and Set Page Properties|Aspose.PDF for Go v...

    Learn how to get and set page properties for PDF documents using Aspose.PDF for Go, allowing for customized document formatting....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // PageCount() returns page count in...

    docs.aspose.com/pdf/go-cpp/get-and-set-page-pro...
  8. Rotate PDF Pages with Go via C++|Aspose.PDF for...

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with Go via C++...pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // PageRotate(num int32, rotation int32)...

    docs.aspose.com/pdf/go-cpp/rotate-pages/
  9. Set the background color for PDF with Go via C+...

    Set background color for the your PDF file with Go via C++....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SetBackground(r, g, b int32) sets...

    docs.aspose.com/pdf/go-cpp/set-background-color/
  10. Convert PDF to Image Formats in Go|Aspose.PDF f...

    This topic show you how to use Aspose.PDF for Go to convert PDF to various images formats e.g. TIFF, BMP, JPEG, PNG, SVG with a few lines of code....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // PageToJpg(num int32, resolution_dpi...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-image...