Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Sorry to start up this post again, but one branch of our company wants the online help files to be pdfs (from Frame)
with an html file to point to various pages in them. One solution seemed to be to create destinations as hyperlinks (Comment 20), but the
ideal way would be to create them from the bookmarks, since that would match the heading content. There was mention of
a tool to do this (http://www..evermap.com/autobookmark.asp) but that link no longer works, is there still a tool to do this?
I use Frame 7.1 and Acrobat 8.1.4 Thanks
Copy link to clipboard
Copied
Try this link:
http://www.evermap.com/autobookmark.asp
Copy link to clipboard
Copied
Getting closer, I loaded the trail software, but the way I set up Frame seems to create a lot of created destinations tha that are cryptic, some of which include the destinations for bookmarks. When I create a bookmark in the pdf and use the tool, it seems fine. I'll read the manual, but my question is about Frame, is there something wrong with the pdf setup settings? Thanks
Copy link to clipboard
Copied
These settings are correct. FrameMaker creates named destinations and the bookmarks it generates use these destinations.
I recommend making these changes:
Shlomo Perets
MicroType, http://www.microtype.com
FrameMaker/TCS training & consulting * FrameMaker-to-Acrobat TimeSavers/Assistants
Copy link to clipboard
Copied
Sadly, it does look like when you create bookmarks from Frame, it creates the auto-generated Destinations and the tool cannot replace those Destinations. Support has the steps as:
I guess your real task is to rename named destinations and bookmark actions that are using them.
What you can do:
1. Export bookmarks into a text file. Make sure to check option to “resolve named destinations”.
2. Delete all bookmarks.
3. Delete all destinations (optional).
4. Re-create bookmarks from a text file.
5. Convert bookmarks to use named destinations.
Make sure to create a backup copy of your document to avoid accidentally loosing it during the processing.
It seems to work, but to replace the Destinations would make things a lot easier. But it is doable.
Copy link to clipboard
Copied
I believe that I have a similar problem. I have a pdf file with named destinations and some html pages that link back to named destinations in the pdf, and I'm trying to merge everything into one pdf file. I've tried as many variations of Web Capture and pdf merging as I could think of, but the links back to the pdf file will not go to the named destinations (only to the first page). Everything works if I save the original pdf file as html and merge from there, but that loses the original formatting.
Is there anything (Adobe or third-party) that would accomplish this?
Copy link to clipboard
Copied
You should merge with Acrobat.
Copy link to clipboard
Copied
The problem is that I want the hyperlinks to convert to views within the merged document (as it does with Web Capture). Acrobat merging keeps the links to the old (separate) files.
Copy link to clipboard
Copied
Acrobat merging keeps the links to the old (separate) files.
You must change the links.
Copy link to clipboard
Copied
If I rename the links to match the final pdf name, it does not associate them with the same document. In fact, the links do not open anything at all, but instead each opens the browser which proceeds to get confused about the file type (probably because of the hash tag?). Is there a way to associate the files as they are being merged?
Copy link to clipboard
Copied
Keith here again, with a lot of work we have the online pdf application up and running, the final issue is ensuring the figures
(screen captures) are legible in pdf, what I have done is in Frame for the figure caption tag added a hypertext link that points to
a gif file. There is no path because the application points to the correct directory on the webserver. When I put the pdf files on the
web server, you can click on the caption and the figure comes up, but it is in the same tab as the pdf file, so you must click on the
back button to return to the pdf. I would like the figure to appear in another window or tab, and usually you can select a link and drag it
up to create a new tab for that link. I can't find an option that says 'make hypertext links appear in new window" in Frame. In Firefox
I have clicked on the option 'Open new windows in new tab instead' and that doesn't seem to work, do I need to embed so javascript
in Frame or the pdf? I hope the attachments make this clear.
Copy link to clipboard
Copied
Actually, what is shown in forum would also be good, if on mouseover you could click on the image and it
would enlarge to legible, this would definitely be embedding javascript.
Copy link to clipboard
Copied
I am not aware of a way to accomplish this with native FrameMaker capabilities.
For FM->PDF workflows only, such capabilities are available with my FrameMaker-to-Acrobat TimeSavers add-on and its extensions.
For additional information / samples, see these items in the "Improve PDFs with TimeSavers" series:
#29: Optimally display screen captures http://microtype.com/ImprovePDF29.html
#10: Set specific cross-PDF links to open a new window http://microtype.com/ImprovePDF10.html
#12: Specify custom/consistent PDF named destinations http://microtype.com/ImprovePDF12.html
Shlomo Perets, http://www.microtype.com
FrameMaker/Acrobat training & consulting
Copy link to clipboard
Copied
Is there a conclusion to this long thread that one of the resident experts can summarize on automating named destinations ?
Dying Vets
Copy link to clipboard
Copied
Using Word 2007, and Adobe Reader 10, I want to save a document created in MS Word to PDF with named destinations. I have the following code in Word to automatically create named destinations
Public Sub AddNamedDestinationToBookmark()
Dim bm As Bookmark
Dim r As Range
' Iterate over all bookmarks
For Each bm In ActiveDocument.Bookmarks
' Ignore the hidden bookmarks
If (Left(bm.Name, 1) <> "_") Then
Set r = bm.Range
' Get a Range corresponding to the location of the bookmark
r.SetRange Start:=bm.Range.Start, End:=bm.Range.Start
' Generate the parameter to go in the Print field
' Should ensure the string contains no illegal characters
s = """[ /Dest /" & bm.Name & " /DEST pdfmark """
' Add the Print field to the document
Set f = ActiveDocument.Fields.Add(r, wdFieldPrint, s, False)
End If
Next
End Sub
I have set Word to 'show field codes instead of their values' and added the switch '\* MERGEFORMAT '
This gives a field looking like e.g.
{ PRINT "[ /Dest /TOC_Start /DEST pdfmark \* MERGEFORMAT " }SomeText
I then want to open the PDF document to the named destination from MS-Access (A2007), I curently use this code
strAdbPth = "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe"
strDocname = Application.CurrentProject.Path & "\DocumentName.pdf"
strNamedDest = "TOC_Start"
Shell strAdbPth & " /A NamedDest=" & strNamedDest & " " & strDocname
which only opens the document to the first page
Can you help advise
a. Is the field formatting correct to create named destinations in the conversion to pdf
b. Are there any necessary options in the Word Save as PDF dialog box that are needed ( I've tried as many combinations as I can think of)
c. Is the Access VBA correct for opening to a named destination
d. If the named destination ONLY works in a browser window, can you advise the format I should use in the shell statement.to open the pdf doc in a browser window?
Many thanks in advance
PDC
Copy link to clipboard
Copied
I wish I could help, but I work in Frame and use mif/perl to do any
large-scale changes, but you could contact EverMap, their support is
very good.
Regards,
keith
Find more inspiration, events, and resources on the new Adobe Community
Explore Now