Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 9,802 for

log

(0.11 sec)
  1. How to convert PDF to PDF /UA - Free Support Fo...

    Hello, I’m trying to convert a PDF document to PDF/UA using the Document Convert method. doc.Convert(Log, PdfFormat.PDF_UA_1, ConvertErrorAction.None) However, this methods always fails, whatever the input document. …...Convert(log, PdfFormat.PDF_UA_1, ConvertErrorAction...Document("input.pdf"); // Create a log file to capture conversion errors...

    forum.aspose.com/t/how-to-convert-pdf-to-pdf-ua...
  2. Web Extensions - Office Add-ins with Node.js vi...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... log ( "Width: " + taskPane . getWidth...getWidth ()); console . log ( "IsVisible: " + taskPane . isVisible...

    docs.aspose.com/cells/nodejs-cpp/web-extensions...
  3. Find Query Tables and List Objects related to E...

    Learn how to find Query Tables and List Objects related to External Data Connections using Aspose.Cells for JavaScript via C++.... log ( "Aspose.Cells initialized"...its refersTo range console . log ( "querytable " + qt . name );...

    docs.aspose.com/cells/javascript-cpp/find-query...
  4. CellCollection class | Aspose.Words for Node.js

    Aspose.Words.Tables.CellCollection class. Provides typed access to a collection of [Cell](../cell/) nodes... log ( `Start of Table ${ i } ` );... count ; j ++ ) { console . log ( `\tStart of Row ${ j } ` );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Table.rows property | Aspose.Words for Node.js

    Table.rows property. Provides typed access to the rows of the table.... log ( `Start of Table ${ i } ` );... count ; j ++ ) { console . log ( `\tStart of Row ${ j } ` );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. IStructuredDocumentTag.title property | Aspose....

    IStructuredDocumentTag.title property. Specifies the friendly name associated with this SDT... log ( sdt . isMultiSection ); console . log ( sdt . title...getByTitle ( "Alias4" ); console . log ( sdt . id ); See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. FontInfo.isTrueType property | Aspose.Words for...

    FontInfo.isTrueType property. Indicates that this font is a TrueType or OpenType font as opposed to a raster or vector font... log ( `Font index # ${ i } ` ); console . log ( `\tName:...( i ). name } ` ); console . log ( `\tIs ${ allFonts . at ( i...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. StructuredDocumentTagCollection.getByTitle meth...

    StructuredDocumentTagCollection.getByTitle method. Returns the first structured document tag encountered in the collection with the specified title.... log ( sdt . isMultiSection ); console . log ( sdt . title...getByTitle ( "Alias4" ); console . log ( sdt . id ); See Also module...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Read Color of Shape's Glow Effect with Node.js ...

    Learn how to read the color of a shape's glow effect using Aspose.Cells for Node.js via C++.... log ( "Color: " + color . getColor ()); console . log ( "ColorIndex:...getColorIndex ()); console . log ( "IsShapeColor: " + color ....

    docs.aspose.com/cells/nodejs-cpp/read-color-of-...
  10. 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....com/aspose-pdf/aspose-pdf-go-cpp" import "log" import "fmt" func main () {..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageCount()...

    docs.aspose.com/pdf/go-cpp/get-and-set-page-pro...