PdfDigitalSignatureTimestampSettings.user_name property. Timestamp server user name....signature and assign it to our SaveOptions object to sign the document...
Convert JPG to TIFF format in C++ code. Save JPG as TIFF using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert a Word document to EPUB format in C++ code. Save a Word document as EPUB using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert a Word document to TXT format in C++ code. Save a Word document as TXT using C++....docx"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert Image to PNG format in C++ code. Save Image as PNG using C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert Image to BMP format in C++ code. Save Image as BMP using C++....png"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert DOC to EPUB format in C++ code. Save DOC as EPUB using C++....doc"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert TEXT to WORD format in C++ code. Save TEXT as WORD using C++....txt"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert JPG to SVG format in C++ code. Save JPG as SVG using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...
Convert JPG to Image format in C++ code. Save JPG as Image using C++....jpg"); auto saveOptions = MakeObject<ImageSaveOp...doc->get_PageCount(); page++) { saveOptions->set_PageSet(MakeObject<PageSet>(page));...