Sort Score
Result 10 results
Languages All
Labels All
Results 3,991 - 4,000 of 16,247 for

log

(0.17 sec)
  1. Konvertieren Sie PostScript mit asspos

    PS zu BMP -Konvertierungsfunktionalität, die in Aspose.Page -API -Lösung für node.js über C ++ enthalten sind, wird mit den Code -Snippets erläutert und illustriert....log("Aspose.Page for Node.js via...ImageFormat.Bmp,true); console.log("PSSaveAsImage => %O", JSON.errorCode...

    docs.aspose.com/page/de/nodejs-cpp/convert-ps/
  2. Convertir formatos PDF a PDF/A en Python|Aspose...

    Este tema muestra cómo Aspose.PDF para Python permite convertir un archivo PDF a un archivo PDF compatible con PDF/A....pdf" output_log = DIR_OUTPUT + "convert_pdf_to_pdfa.log" # Abrir...document . convert ( output_log , ap . PdfFormat . PDF_A_1B ...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  3. Convert PDF to PDF/A formats|Aspose.PDF for Java

    Этот раздел показывает, как Aspose.PDF позволяет конвертировать PDF-файл в PDF/A совместимый PDF-файл.... convert ( DATA_DIR + "log.xml" , PdfFormat . PDF_A_1B ...document . convert ( DATA_DIR + "log.xml" , PdfFormat . PDF_A_3B ...

    docs.aspose.com/pdf/ru/java/convert-pdf-to-pdfa/
  4. Convertir CSV, TSV et TXT en Excel avec Node.js...

    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 ( "CSV file opened successfully...filePath , options ); console . log ( workbook . getWorksheets ()...

    docs.aspose.com/cells/fr/nodejs-cpp/convert-csv...
  5. Need information about supporting filetypes - F...

    Hi, All the below mentioned filetypes are open Documents, for which i want to know whether Aspose supports these types or not for reading metadata. For example MS Excel Spreadsheet (XML) type is supported but the MS P…... Moreover, we have already logged a feature request for MS PowerPoint...are not supported and we have logged few investigation tickets for...

    forum.aspose.com/t/need-information-about-suppo...
  6. Schakel SMTP-activiteitslogboekregistratie in ....

    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" , "SmtpDiagnosticLog_UseDate"...SSLImplicit ; // Set the path to the log file using the LogFileName property...

    docs.aspose.com/email/nl/net/enable-smtp-activi...
  7. Cómo habilitar el registro de actividad IMAP|Do...

    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" , "ImapDiagnosticLog_UseDate"...Auto ; // Set the path to the log file using the LogFileName property...

    docs.aspose.com/email/es/net/enable-imap-activi...
  8. التوقيع الرقمي في PowerPoint|Aspose.Slides لـ N...

    إضافة شهادة التوقيع الرقمي وسلطة الشهادات إلى عرض PowerPoint باستخدام Aspose.Slides.... log ( "Signatures used to sign the...(). get_Item ( i ); console . log (((( signature . getComments...

    docs.aspose.com/slides/ar/nodejs-java/digital-s...
  9. 使用 Go 从 PDF 中移除页面 | Aspose.PDF

    使用 Aspose.PDF for Go via C++,使用 Go 示例代码,以编程方式从 PDF 文件中移除页面...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // PageDelete(num...

    products.aspose.com/pdf/zh-hant/go-cpp/pages/re...
  10. 使用 Go 压缩 PDF 文档 | Aspose.PDF

    使用 Aspose.PDF for Go 库以编程方式压缩 PDF。...com/aspose-pdf/aspose-pdf-go-cpp" import "log" func main () { // Open(filename..."sample.pdf" ) if err != nil { log . Fatal ( err ) } // Optimize()...

    products.aspose.com/pdf/zh-hant/go-cpp/compress/