Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 8,784 for

log

(0.09 sec)
  1. Copy Page Setup Settings from Source Worksheet ...

    This article explains how to use the Node.js API or C++ Library sample code to copy Page Setup settings from a source Worksheet into a destination Worksheet programmatically.... log ( "Before Paper Size: " + TestSheet1...getPaperSize ()); console . log ( "Before Paper Size: " + TestSheet2...

    docs.aspose.com/cells/nodejs-cpp/copy-page-setu...
  2. StructuredDocumentTagRangeStart class | Aspose....

    Aspose.Words.Markup.StructuredDocumentTagRangeStart class. Represents a start of ranged structured document tag which accepts multi-sections content... log ( "StructuredDocumentTa values:" ); console . log ( `\t|Id:...rangeStartTag . id } ` ); console . log ( `\t|Title: ${ rangeStartTag...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. 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...
  4. DigitalSignature class | Aspose.Words for Node.js

    Aspose.Words.DigitalSignature class. Represents a digital signature on a document and the result of its verification... log ( ` ${ signature . isValid ?...} signature: ` ); console . log ( `\tReason:\t ${ signature ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Enable POP3 Activity Logging in .NET|Doc...

    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....Configure POP3 Client Activity Logging in .NET Core Applications Contents...Contents [ Hide ] Enable Activity Logging in POP3 Client Use appsettings...

    docs.aspose.com/email/net/enable-pop3-activity-...
  6. Enable Activity Logging for EWS Client in .NET ...

    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....Portuguese Enabling Activity Logging in EWS Client for .NET Contents...Contents [ Hide ] Logging is used for debugging, as well as for...

    docs.aspose.com/email/net/enable-activity-loggi...
  7. 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...
  8. Style.nextParagraphStyleName property | Aspose....

    Style.nextParagraphStyleName property. Gets/sets the name of the style to be applied automatically to a new paragraph inserted after a paragraph formatted with the specified style.... log ( `Style name:\t\" ${ style ...style . type } \"` ); console . log ( `\tSubsequent style:\t ${ style...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. 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....com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Create new...asposepdf . New () if err != nil { log . Fatal ( err ) } // Add new...

    docs.aspose.com/pdf/go-cpp/hello-world-example/
  10. PhysicalFontInfo class | Aspose.Words for Node.js

    Aspose.Words.Fonts.PhysicalFontInfo class. Specifies information about physical font available to Aspose.Words font engine... log ( "FontFamilyName : {0}" , fontInfo...fontFamilyName ); console . log ( "FullFontName : {0}" , fontInfo...

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