Fonts in web to print templates

The design your printed piece applications on sites like minted.com and moo.com use fonts like Helvetica. These sites allow users to edit embedded fonts in design templates they select and then generate print-ready PDFs. Helvetica and many of the other fonts prohibit editing embedded fonts.
Where does one go in Adobe to get a license for this sort of application (in our case using Adobe Scene 7's web-to-print module)?

hankjgg,
I hope Dov will see this soon and give the answer.

Similar Messages

  • How to change the default print template for broadcast PDF Export

    Hi,
    I have currently designed a print template for printing purposes and use this as the template for the print button(Export to PDF),if i were to click on this button the output pdf is the desired PDF. But if i were to broadcast the template with output format as PDF it picks the layout of the current template, how do i set broadcast to pick up the print template also???
    Further how to insert a page break in a PDF print template.

    Hi Nagesh,
    These setting are for
    1.Adhoc Template for Queries
    2. Adhoc Template for reports designed through report designer
    3. Template for query precalculation
    4. Template for displaying broadcasting wizard.
    When we use broadcasting from query designer  to email PDF's the system uses 0QUERY_TEMPLATE_BROADCAST_PDF.
    From WAD the system uses the current template layout as PDF Layout.
    P.S: OSS note 1054460 -<b>Depending on the BI object type and possibly other criteria, different Web templates are used in BI broadcasting to generate PDF (and PS or PCL) formats:</b>
    <i>For Web templates: the Web template itself is used</i>

  • Web page print do not take language other than english. earlier it was working.

    I use Firefox 16.0.2 in mylaptop having windows 7 starter. the web pages in languages ther than english is readable. But when i take web page print junk language is coming up. I use cutepdf as my printer. earlier I was comfortably having the print .

    Hi,
    If cutepdf has an option to embed fonts, you can try enabling it. Usually you may find the options in Firefox '''File''' ('''Alt''' + '''F''') > '''Print''' > '''Properties''' (for cutepdf) but in some cases you may also have to check the documentation/help for the relevant printer. If it was working earlier, you can also try to [https://support.mozilla.org/en-US/kb/fix-printing-problems-firefox reset the print options].
    [http://kb.mozillazine.org/Problems_printing_web_pages Printing problems]
    [https://support.mozilla.org/en-US/kb/Firefox%20prints%20pages%20in%20a%20different%20layout Options]

  • Print Templates print preview window closes unexpectly when printing document

    This is a cross posting from Internet Explorer Web Development after a suggestion that this forum would be a better location. See
    https://social.msdn.microsoft.com/Forums/ie/en-US/351e1245-b606-4467-9f3c-1c72f9cdf9ea/print-templates-print-preview-window-closes-unexpectly-when-printing-document?forum=iewebdevelopment.
    I have raised an issue through Connect for this:
    https://connect.microsoft.com/IE/feedback/details/1134168/ie9-to-ie11-print-templates-print-preview-window-closes-unexpectly-when-printing-document, but I would like some more visibility of the issue as my customers thought my application was closing when
    they printed a document.  I also don't know if an issue in Connect gets any priority support via MSDN, but this forum does.
    This looks to me like a problem in the IE Print Templates startDoc API call, but if there is a more appropriate forum to raise this issue in please let me know.
    In the application where I use print templates, the window closing is not in it self a problem because the Javascript that is calling startDoc also closes the Print Preview window when the print is finished.
    The fact that the application looses focus and can be hidden by the windows of other applications when the Print Preview window is closed by startDoc is the issue noticed by our customers, so I need a fix preferably, or a work around at a pinch.
    Details of the issue reproduced below.
    When using IE Print Templates, the startDoc function is causing the print preview window to close.  This behaviour started with IE9, and is still present with IE11.
    When an application is using print templates (see
    https://msdn.microsoft.com/en-us/library/aa753279(v=vs.85).aspx) for print functionality, this has the effect of causing the application to become hidden by any other application window once printing from the print preview window has started.  It is
    actually this behaviour that started me looking at this issue as the users thought the hosting application had closed.
    Print Templates are not accessible by using IE as a web browser, but only when using the WebBrowser Control to embed IE in an application.  The reference for this feature is available from this url:https://msdn.microsoft.com/en-us/library/aa753279(v=vs.85).aspx
    and a sample Microsoft application that demonstrates the use of Print Templates can be used to demonstrate the problem (required for the reproduction steps).  The application is available via this article and searching for "download spiffy".
    Steps to reproduce the problem:
    To see the full effect of the issue, first ensure there is a window from another application (like Windows Explorer) that will cover the sample applications window if brought to the foreground (making the Windows Explorer window full screen works).
    Start the sample application (and ensure that the full screen Window Explorer is the next application to activate).
    Then in the drop down box in the top right corner of the UI select Template8.htm.
    Click the Print Preview button that is just below the drop down box (this will open a new Print Preview window).
    In the new window click the Print… button (this will open a Print dialog).
    Click the Print button at the bottom of the Print dialog.
    The Print dialog closes (expected) and then the Print Preview window also closes (not expected), however the document is still printed successfully.
    When the Print Preview windows is closed unexpectedly, the Windows Explorer window is brought to the foreground (obscuring the sample applications window).
    If you reselect the sample application and click the Print Preview button again, the Print Preview dialog is not displayed unless you restart the application (this looks to be a symptom of the same issue, not a separate problem).
    To see that the Print Preview window appears to be closed by the startDoc call, use the resource editor in Visual Studio (the exe can be opened directly by File | Open | File…) to edit the HTML resource "TEMPLATE8.HTM" (I found I needed to delete
    it and add it back in for the change to stick), find the startDoc call and add two alerts, one on the line before and one on the line after.  When IE is accessing the template, it is being done using the name of the executable (so do not rename the modified
    version of printtemplates.exe, make the changes to a copy in a different directory if you don't want to change the original).  Start the modified version of the application and follow the same steps as in the reproduction.  This time, after clicking
    the Print button in the Print dialog, the dialog will close, the first alert will pop up, then the Print Preview window will close, then
    the second alert will pop up.
    Thank you,
    Warren.

    Hi Shu,
    I have noticed that the print templates API is listed as part of the Legacy APIs. 
    Is this just because it hasn't changed or is not new?  Or does this mean that it is no longer maintained and may be removed (or at least deprecated) at some point in the future? 
    It would good to know if we should start planning for the implementation of a different method of printing.
    I understand that the sample application is no longer maintained, but I also think that the Print Template API that it uses has not changed, and so should still work (and it does mostly).
    If the Print Preview window was being closed as a result of using the Print dialog (and if it had behaved the same way with IE8) I would be willing to go with the by design argument.  
    I have found that the Print Preview window is not closed until startDoc is called, and it closes before control is returned from the startDoc function. 
    Just as part of investigating and try to find a workaround, if I call window.close(), any alert calls made no longer display the alert window after the close call. 
    Alert still functions after startDoc has closed the window however. 
    The is not the sort of consistent behaviour I would expect from something that is by design. 
    Also while investigating, I found that calling startDoc after calling window.close() results in an exception with the error code -2147467259 (0x80004005), this is probably quite normal and expected, but does indicate that the Web Browser Control should
    not be closed till after printing.
    I had found that old thread, and I had concluded it was the same issue, but it was also aimed at different aspect of the problem (which I see in the sample application, but not my application). 
    The visible issue I have is that my users think the application has been closed because after clicking print (on the Print dialog) the application gets hidden by other windows from other applications. 
    This aspect affects the sample in the same manner and so it was a convenient way to demonstrate the problem.
    If IE connect do not look at this issue any time soon, do I have any other avenues to resolve this issue?
    Thank you,
    Warren.

  • Printing Templates for Multiple Print Sizes

    It would have been nice to have been able to create printing templates of different sized prints on the same page like portrait photographers do. Features of QImage should have been incorporated.

    I agree with the above comments. As I see it, the Print modules needs these improvement:
    - Multiple images of various sizes and shapes on a single page.
    - Ability to place resizable text cells (multiple) anywhere on a page. [The Identity Plate feature comes close until you try to put it on every image which causes it to lock to the center of each image.]
    - Ability to change the font and location of Metadata displayed next an image
    - Ability to display an Identity Plate in the Margin area (or any text object).
    Essentially I should be able to create a simple book or album from the Print module with customizable text cells. I have no doubt LR has much of this already planned - it makes a lot of sense.

  • Print template in WAD

    HI gurus
       Iam doing export to pdf in WAD .In Export command where I can find the "Print Template" .Can anybody suggest reg this
    Thanks
    pradeep

    Hi,
    You can add the print functionality and the button in a Web template through a code Actually on the later versions of BW you do not need to implement this functionality (unless your client wants to use it via a button functionality!!) if you rt click on th web report, you can export it out as either excel/ pdf and print it out.
    For info check this link:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e02729a3-34bd-2a10-6594-b618617f6d57
    Cheers,
    Tanish

  • Building a custom web-to-print solution. Where to begin?

    I am a web developer in an organization that deals with creating books. They don't actually print and distribute the books, but they create the book designs in InDesign where they then send them to the printers to be printed and distributed.
    The organization is now interested in having users customize portions of books online (logo, certain text, particular images, etc), to be automatically sent to a printer and then distributed. The organization realizes that there are a number of web-to-print solutions that exist, but they are very much interested in creating an in-house, fully customized solution (for a number of reasons, they didn't find the other solutions satisfactory).
    Essentially, the desired online experience for the user would be to go through a series of steps, filling in text inputs and uploading images to replace the templated portions of the InDesign file. Further, the user would see a preview of the inputted changes on the screen.
    A lot of the burden would be on me developing the software necessary to make this work. I have a lot of experience in a number of programming languages, but have very little experience in the web-to-print industry (as well as little experience in InDesign).
    If we were to create a fully customized web-to-print solution in house, where would I begin in finding out how best to implement a solution like this? If one with experience could provide a list of high-level steps needed for implementation or even a bullet list of items to research, I would be extremely appreciative.
    Note that we are not interested in actually printing the books, but sending the fully created print-ready design files to the printers for print and distribution.

    Hi Stjowa,
    My name is David and i work for a company called ROI360. We are an innovative Software Manufacturer and the UK distributor of the Pageflex software platform.
    I have read through your requirements and i am confident that we have a solution that could match your needs. we are very experienced in all types of projects from "out of the box" all the way through to more technical, programming based solutions.
    More than happy to explore your requirements in further detail with you, please feel free to email me on [email protected] with your details. Alternatively visit our website for more information on what we do. http://www.roi360.co.uk
    Many Thanks

  • Problem Installing Matt´s Pano Print Template

    Hello,
    have downloaded Matt´s Pano Print Template from the Lightroom Killer Tips site.
    When I try to install it in the Print Module I get the following message:
    "Failed to convert native image to blob".
    I´m using LR 1.3.1 on my Windows XP Home machine.
    Please, can anyone help?

    Thanks for your reply, John.
    I had read that thread already and that's why I had removed duplicate fonts and done the repair permissions exercises. They didn't fix the problem.
    Since writing the above query, I have experienced problems printing non-template documents as well. They are word docs that I received via email and have info in the header. Seems that Snow Leopard has caused something to happen with my ability to print both what is in a header and in the body; it will print one but not both.
    Any further ideas?

  • Portions of web pages print incorrectly

    Some web pages that include code examples appear fine on the computer, but appear scrambled (like the font is not mapped correctly) when printed. For example: http://java.sun.com/developer/onlineTraining/Programming/JDCBook/jniexamp.html. I have seen this on both Windows and Linux.
    If I use Internet Explorer, they print OK.

    You might be seeing this Bug, which is related to font glyphs with certain print drivers being printed as gibberish. There is mention made in various postings in that Bug report as to which print drivers trigger that Bug.<br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=454532
    Sometimes you can get around that Bug by doing a Print Preview ''(see if there are any gibberish fonts appearing)'' and then printing the page from that Preview window.
    This comment in that Bug report has a GreaseMonkey script that might fix that problem. <br />
    https://bugzilla.mozilla.org/show_bug.cgi?id=454532#c73 <br />
    ''I can't test it myself because my printer isn't affected by the Bug.''

  • How do I add image upload to web app edit template?

    How do I add image upload to web app edit template. When creating fields I am selecting image from the field type. But the only way to upload and image is when I create the web app item within the admin. The option to upload an image is not available when the user submit web form opens.
    Wont send any of these questions through this email anymore but really needed assistance.
    Thanks,
    Gordon

    On the Details tab of the Web App setup, under Web App Item Options; have you ticked "Allow File Upload" and specified a Default Upload Folder?

  • Certificate request not working with web server v2 template on windows 2012 R2

    I have tried to generate a certificate request on my domain joined Windows 2012 R2. I have tried both online and offline requests. I am using the web server v2 template.
    Both Method fails with error message that the cryptographic algorithm is unknown. I am using these settings apart from the template:
    This is the error Message in online request:
    The error Message in the offline request is somewhat similar.
    An event error is also appearing in the application log:
    The CSPs from the template:
    I am wondering if a cryptographic service provider or several of them are missing? They are installed With Windows update are they not? The strange thing is that this supposedly have worked before with another user. Could it be that I do not have the
    correct permissions to request a certificate with this template, or has something happened with the server? 

    Hey dag 
    Thanks for posting ,
    If You try duplicate the web template for using it in version 4 - can You see any difference? 
    Also check the link below for certificate templates versions:
    http://social.technet.microsoft.com/wiki/contents/articles/13303.windows-server-2012-certificate-template-versions-and-options.aspx#Version_4_Certificate_Templates
    In previous operating system versions the configuration of CSPs and KSPs were on different tabs in the certificate properties. For version 2 certificate templates, CSPs were configured on the Request Handling tab. For version 3 certificate templates,
    KSPs were configured on the Cryptography tab. Starting in Windows Server 2012, the configuration of the providers is consolidated on the Cryptography tab. To learn more about the cryptographic provider options present in previous operating systems
    Notice later.
    I'd be glad to answer any question

  • Increase font size of a print out

    Hi,
    We neet to print one ABAP report in landscape. The font is very small to be visible. So, we need to increase the font.
    Currently while printing on a local computer, the format its using is X_65_255.
    Please suggest me what has to be done to increase the font size to get the report clearly visible.
    Thanks,
    Sailesh K

    Right!!  This will happen, this is why I suggest to shorten the size of the report,  get rid of gaps in the columns, get rid of un-needed columns, etc.  This is the only way to get the font size to increase, because the system wants to show all the data in the report, so it shrinks the font to accomodate the  255.  A 132 format looks very good on an 8 1/2 X 11 sheet in landscape.  The font is a very good size, as you increase the columms, the font will decrease.  Do you understand why it is this way?  Think of it this way, if you need to put 500 characters across the page, what do you do?  Shrink the font, right?  This is what the system is doing when going with larger number of character columns.  If you want to get the report to a nice readable font size, you must bring the format down to 132 characters across.
    Regards,
    Rich Heilman

  • How to change font size in check printing program in AP Invoice

    I would like to know how to change font size in check printing program in Oracle Payables Module for Invoice printing. We are using Oracle standard
    report to print check.
    Concurrent program short name : APXPBFEL
    Prt file : APLASP.prt
    I modified prt file for code 199 like below
    code "199" esc "(8U" esc "(s0p12.00h10.00v0s0b3T" esc "&k11.75H"
    Font size changed for last page only which prints checks, for Void pages its printed with default font. For Page 1 printed with default font and page 2 has reduced font. This change is not intiallized for all pages.
    Please let me know if you any of you know how to change fonts.
    Thanks,
    Anand

    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/

  • Is there a way to save an image file as a jpeg and add -web or -print to the file name?

    I am trying to find a way to save my image file as a jpeg and add -web or -print to the existing file name.  This way I can easily see which files are lower resolution for web posting or high resolution for printing.

    Jason,
    I helped somebody do a very similar thing about a week ago.
    The trick is to use the Batch command's ability to construct a file name.
    Tell the batch to append, e.g. "-x" without quotes, to the name of each saved file.
    The batch runs an Action which does a save as JPEG, resize image, add logo, save as JPEG, then close document.
    The output is "<document name>-x.jpg" and "<document name>-x-x.jpeg".
    Then use Windows Explorer to rename "*-x-x.jpg" to "*-print.jpg".
    Then rename "*-x.jpg" to "*-web.jpg".
    See http://forums.adobe.com/thread/1038992?start=32
    The name construction that I used there was just an "x" appended to the document name. Use whatever you like. Also juliew subsequently referred to the method as a "double-batch" run, although it is not. One run of the batch will output two JPEGs for each input document.
    I hope the disagreements in that thread don't cause too much disruption.
    If you want, the Batch command itself can be recorded in another Action which would store the parameters of the batch, then you could run that Action anytime without having to set up the details of the batch each time. It would always output to one specific folder, though.

  • How do I enlarge the font on web pages

    how do I enlarge the font on web pages so that it stays that way all the time

    Funny thing today Thomas,
    Someone had a link to your site which you mentioned your first virus, the WDEF, and I chuckled as we both had the same experience all these years.
    Anyway Thomas, I call it as I see it and like any IT professional, use the best tool for the job.
    Did you know Steve Jobs used Linux on his renderfarm at Pixar?
    So really what the problem is people's sensibilities, which they shouldn't be worried about because like IE, because of Safari being included on hardware, automatically is the first browser of choice and in no danger of losing market share on Apple hardware.
    However if Safari isn't quite cutting the mustard for a particular person's needs, like this person's situation, they should be informed of a alternate solution.
    Safari doesn't have nearly the amount of customization as Firefox nor the zillions of add-ons to solve just about any issue.
    If people decide not to take my advice that's their choice, and they choose not too, but likely, just in this case, will come to realize the same problem I had with increasing Safari's text size and distortion of web pages.
    Soon as Apple starts paying attention to their needs of their hard of seeing customers better, like myself and others, then I will most certainly recommend Safari over Firefox. 

Maybe you are looking for