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

err

(0.06 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. Decrypt PDF using Go|Aspose.PDF for Go via C++

    Decrypt PDF File with Aspose.PDF for Go via C++....password-protected PDF-document pdf , err := asposepdf . OpenWithPassword..."ownerpass" ) if err != nil { log . Fatal ( err ) } // Close()...

    docs.aspose.com/pdf/go-cpp/decrypt-pdf/
  4. 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/
  5. Set permissions for a PDF document using Go|Asp...

    Set permissions for a PDF document with Aspose.PDF for Go via C++....PDF-document pdf , err := asposepdf . New () if err != nil { log .... Fatal ( err ) } // Close() releases allocated resources for...

    docs.aspose.com/pdf/go-cpp/set_permissions/
  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. 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/
  8. Convert PDF to EPUB, TeX, Text, XPS in Go|Aspos...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Go....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SaveEpub(filename string) saves previously...

    docs.aspose.com/pdf/go-cpp/convert-pdf-to-other...
  9. Add Pages to PDF Document|Aspose.PDF for Go via...

    Explore how to add pages to an existing PDF in Go with Aspose.PDF for enhancing and expanding your documents....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...Fatal ( err ) } // PageAdd() adds new page in PDF-document err = pdf...

    docs.aspose.com/pdf/go-cpp/add-pages/
  10. Convert PDF to Word documents in Go|Aspose.PDF ...

    Learn how to write Go code for conversion PDF to DOC(DOCX)....pdf , err := asposepdf . Open ( "sample.pdf" ) if err != nil...nil { log . Fatal ( err ) } // SaveDoc(filename string) saves previously...

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