Hi,
does anyone knows how using Flash Builder, to get a "screenshot" of pages.
something like get bitmapData or something of it.
i just want make screenshots of every page and send them to my remote server.
i cant found a way how to get a bitmap data of page.
anyone has ideas?
thanks
its will be very helpful, if you can give me full code for it.
i am trying with this code but no success:
public static function run():void
{
var app:Application = InDesign.app;
var document:Document = app.activeDocument;
var file:File = new File("C:/Users/admin/Desktop/5.jpg");
if (file.exists){
var preset:PDFExportPreset = new PDFExportPreset();
document.exportFile("jpg", file, false, preset);
}
}
hope you can help me with
North America
Europe, Middle East and Africa
Asia Pacific