Ask a Question related to Adobe Acrobat SDK, Design and Development.
-
VKaravadra@adobeforums.com #1
Re: Save document created by jso object
Thaks very much.
Yeah I got solution with following code,first get avdoc and then get pddoc and then save pddoc.
ino = pddoc.Open("C:\viral\vk2.pdf")
If ino <> -1 Then
ino = pddoc.Create()
End If
'--Get jso object
Dim doc As Object
jso = pddoc.GetJSObject
doc = jso.app.activedocs
jso.app.newdoc()
'--Add new page
'doc(0).newPage(0)
'jso.saveAs("C:\viral\vk1.pdf")
avDoc = acroapp.GetActiveDoc()
pddoc = avDoc.GetPDDoc
bok = pddoc.Save(1, "C:\viral\vk2.pdf")
jso.saveAs("C:\viral\testVk2.pdf")
pddoc.Close()
jso = Nothing
pddoc = Nothing
Viral
VKaravadra@adobeforums.com Guest
-
How to save document with jso object
I have been solve the create document with Jso object create newdoc() but I am unable to save the opening file with jso object with below code in... -
How save an MSWORD doc that was dynamically created?
:rose; I've tried creating a WORD file dynamically with <CFCONTENT>. But I don't want to display it in the browser. I just want to save it to use... -
How do you determine the original programthat a PDF document was created in?
I am a novice user of Acrobat on both the Mac and the PC. I use various versions of Acrobat from 5.0 on up, depending on which computer I am on. I am... -
Characters overlapping in pdf document created from a Word document
We are using Adobe Acrobat 6.0, Word and Excel 2002 and Windows 2000. We create a portion of a document in Word and a portion in Excel. Then we print... -
opening a document created in v 4.0.4
I have downloaded a trial version of Director MX 2004 to open a document created in Director v 4.0.4. MX says that the document is too old to open....



Reply With Quote

