Xara :: Create PDF From Which Use Another Program To Create Flip-book

May 23, 2012

I am using Xara pgdMX to create a pdf from which I use another program to create a flip-book.All the links have a blue rectangle around them when they appear in the flip-book.I am told by the flip-book team that I should make them transparent in Acrobat... which I don't have. URL...

View 8 Replies


ADVERTISEMENT

Paint Shop Pro :: How To Create Mirror Effect That USED To Be Flip

Sep 10, 2013

There was a video that showed you how to create the mirror effect that USED to be the "flip" for PSP. The video I am referring to, it showed how to do it as a script, and then customize it with a shortkey, and finally, it showed you how to add it to the menu (I had it under "Images", just above Flip Horizontally, Flip Vertically).

View 5 Replies View Related

Photoshop :: How To Create A 3d Book Cover

Mar 10, 2008

I use Photoshop 9.0 and I'm on XP professional

Can anyone help me to find a tutorial, preferably video but pdf will do, on how to create a 3d effect book cover to promote my list of ebooks.

View 10 Replies View Related

Photoshop :: How Do I Create The Edge Of A Book?

Jan 13, 2005

How did they make the edges of a book?

View 9 Replies View Related

Photoshop :: Create A Coloring Book Image?

Apr 16, 2013

Is there a way to modify an image so that it could be used for a coloringbook ?

View 6 Replies View Related

Lightroom :: How To Create Life Size Images In Book Module

May 23, 2013

I want to scan something and place it in a book without scaling the original up or down. I have not found a way to do this – Lightroom only tells me what percentage of the image is showing and it can be at any scale.

View 4 Replies View Related

Lightroom :: How To Create A Book In 4.3 And Save As JPEG In Order To Print

Sep 17, 2013

I would like to be able to create a book in LR 4.3 and save as a jpeg in order to print at a lab of my choice rather than just blurb. Is this possible?

View 1 Replies View Related

InDesign :: Create Table Of Contents (TOC) For Separate Languages In A Book

Apr 7, 2014

I'm having trouble trying to figure how to create a mini TOC in a book. The content of the book is divided in 6 files.
 
Sample of how it looks likes
 
1) - Front cover (Pg 1)
2) - EN (Pg 2-20)
3) - SE (Pg 21-40)
4) - DE (Pg 41-60)
5) - FR (Pg 61-80)
6) - ES (Pg 81-100)
 
From file 2-6 they have their own TOC. Simple and it works, since each file have their own list.
 
I'm trying to create a small TOC on the front cover telling me each page numbers for each language file/chapter.
 
EN............2-20
SE..........21-40
DE..........41-60
FR..........61-80
ES........81-100
 
At the moment, I do it manually. But, maybe there is no simple solution....

View 2 Replies View Related

Edge Animate CC :: Flip Book Animation Doesn't Work Smooth

Aug 21, 2013

i just made an animation. basicly it works like an flip book. i have 30picture laying on top of each other and turn them on after each other( it´s in a symbol).

my problem is that it run not smoth enougt. it seems like it´s too much datasize for edge. sometimes it just stops an one picture for a moment and it seems like the stage has to load the other pictures before continuing.

is there a code to preload the animation? or is there anyway to get it smooth?

View 4 Replies View Related

Lightroom :: How To Create A Simple 6 Image Per Page Book Using Auto Layout

Aug 29, 2013

Using LR 5.
 
I'm trying to create a simple 6 image per page book using Auto Layout. No matter what I try, I cannot get it to lay the images out in sequential order.

The images are numbered 001_XXXX.jpg and I see them in the correct order in the LR Library.

View 1 Replies View Related

Photoshop :: Cannot Create PDF Because Of Program Error

Oct 16, 2012

I make Photoshop .pdf files all the time, but today I couldn't create one. The original file was a large .psd image (26 mb). I get this error message: "Could not save as “sandybell for desert shakedown 02.pdf” because of a program error."
 
It doesn't say what error! However, I wonder if it's because the file is so large. I just tested Photoshop and made a .pdf file of a .png file that was 221k.
 
Is there a limit to the size of file you can make into a .pdf? If so, what is that limit?

View 4 Replies View Related

Photoshop :: Program That Can Create Plug-ins?

Aug 1, 2008

know the name of program that can create plug-in for Photoshop?

View 9 Replies View Related

Lightroom :: Create Completely Custom Page Layout For Book Positioning And Sizing Pictures And Text?

Sep 17, 2013

I'd like to create a totally custom page, inserting photos at various locations and sizes as well as text regions.  Can this be done?   I haven't been able to find a way to do this.

View 6 Replies View Related

VideoStudio :: Can't Create 3D Videos - Program Crashes

Mar 26, 2011

After successfully using VideoStudio X2 for quite a while now, I’ve just updated VideoStudio X4.

My laptop meets the minimum specifications, however, I have just one problem with X4.

I can output to every file format including HD, but if I choose the 3D option, anaglyph or side by side, the program “crashes“.

I get 'the program has encountered an unspecified error and has stopped functioning' and 'the memory could not be read' errors. Both messages show 3 times each. The program will eventually close when I’ve OK’d all six messages.

I’ve tried different lengths of video, from short to long, but it makes no difference.

I don’t plan on doing loads of 3D videos, just the occasional short one for fun. Even though I find red/blue 3D video tiresome to watch, I would like to have a fully functioning program as everything else on X4 works like a dream.

View 14 Replies View Related

GIMP :: Program To Create Double Exposure Effect?

Nov 4, 2012

Is there a way to use this program to create a double exposure effect? Ican do it with my 35mm camera manually while taking pics. But was not sureif you can create the same digitally?

View 8 Replies View Related

VideoStudio :: Pro X4 - Create Video File Makes Program Crash?

Sep 29, 2011

I've acquired the Corel Video Studio Pro x4 recently, and across an unplesant problem shortly after instalation. The "create video file" makes the program crash every time i press it.

View 3 Replies View Related

AutoCAD .NET :: Create A Custom Palette That Will Load Whenever Program Loads

Feb 12, 2013

I am trying to create a custom palette that will load whenever Autocad loads.  The code below works with one exception.

  <CommandMethod("gtPalette")> _ Public Sub DoIt() If m_ps = Nothing Then Dim MYGuid As Guid = New Guid("{4AECF36F-C7E9-4C59-B72B-36A98DDA1D24}") m_ps = New Autodesk.AutoCAD.Windows.PaletteSet("gtPalette", MYGuid) myCoordPalette = New UserControl1() m_ps.Add("Coordinate List", myCoordPalette) End If m_ps.Visible = True End Sub

 The problem is that my Palette title is now "gtPalette"  which I do not want.  However if I change 
 
PaletteSet("gtPalette", MYGuid)
to 
PaletteSet("GunTech Cogo", MYGuid)

Then what occurs is that when Acad (actually I'm using Civil 3D 2012) start it trys to execute a command called 'GunTech' and then one called "cogo'.  Cogo being a valid Civil 3d Command brings up the Cogo dialog.  If I then type the command gtPalette it appears in the correct location.

Currently on my development PC the first code works perfect and brings up a palette that even has the correct title of "GunTech Cogo".  this info has presumable been saved with the GUID in my previous attempts to get the code to work.  

View 2 Replies View Related

Photoshop Elements :: Finding A Program That Will Create Registration Marks

Oct 31, 2012

I need a program that will creat registration marks.  can I do this in Adobe elements 11?

View 4 Replies View Related

Xara :: How To Create A Scroll Box

Feb 23, 2011

I am nearly done with my site and realized I forgot to insert a scroll box like I put on my other site via HTML. I haven't found a "form" widget that will allow me to insert a scroll box that I can then input text into for readers to, well, scroll through!

I am using Xara Web Designer 6 - love it by the way, but would like to know how to insert a scroll box for my Testimonials page, as stated above. My browser is FFox.

I know is has to be something simple but I can't find it. Have perused the forum and didn't find precisely what I was looking for. I did read a couple of posts about iframes but I understood those to be utilized for opening other sites within your site.

View 2 Replies View Related

Xara :: How To Create Tables In P&GD 6 (or 7)

Apr 11, 2012

I am struggling with creating and maintaining Tables in a DTP project for a client. I am using Photo & Graphic Design 6, though I'd upgrade to 7 if it would solve my Tables problems.

I have created a table of organized text in Word, and then copied it. I pasted it into Xara, choosing EMF as the only one that really looked like what I created. And now I cannot work with it as a table! Nor can I find anything that easily creates a table for me in Xara. Creating and formatting tables seems to be a very basic kind of feature necessary for DTP. Have I missed something?

I have gone too far into this project using Xara, so I must finish it using Xara and not another product now.

I need to be able to have it move from page to page inline, not as an image, but as a table, when I insert new client text before the table. I also need to resize it without resizing the text. Did I make a mistake using Xara for a DTP project? Or maybe I just missed seeing how to handle Tables properly?

View 7 Replies View Related

VideoStudio :: Whenever Click On Create Video File Button Program Crashes

Mar 13, 2012

I downloaded a trial copy of the Corel VideoStudio Pro X5 Ultra. Every time I click on the Create Video File button the program crashes. I get a message that the program must exit. Every time I try this, it crashes.

View 4 Replies View Related

AutoCAD Civil 3D :: Why Does Program Create Multiple Labels For Each Marker Or Link

Jun 17, 2013

C3D 2012 SP3..I want to label the subassembly I have created.  It is easy enough to create the label style and apply it through the code set styles.  I want to drag the labels for pavement depth, creating a leadered situation.  Why does the program create multiple labels for each marker or link?  Can this be limited to one lable for the marker and link?

View 2 Replies View Related

Premiere Pro :: Create A Sequence Program Stops Working And Force Quits

Jan 21, 2014

When I try to create a sequence the program stops working and force quits, I have a school project due!!!

View 2 Replies View Related

Xara :: How To Create Simple Animated GIF

Apr 5, 2013

I've tried searching, but haven't been able to find any straight-forward instructions for creating a simple animated gif.

View 9 Replies View Related

Xara :: How To Create Template For PostCard

Feb 8, 2013

I have to create a PostCard template that is the following dimensions: URL....It confuses me what does "Spread" section means and Outer Margin.If somebody is willing to create .xar.

View 4 Replies View Related

Xara :: How To Create A Triangle Shape In DP7

Aug 24, 2012

What is the easiest way to create a triangle shape in DP7? I'm creating a diagram of button mapping for a PS2/PS3 controller. I'm hoping I don't have to draw one free hand.

View 4 Replies View Related

Xara :: Create A Drawing From A Photo?

May 29, 2011

I want to take a photo I have and make it into a drawing that actually looks like a drawing. I'm going through tutorials and don't see exactly what I'm referring to, I have a photograph image of a flower that I took - now I want to make that flower look like a hand-drawn color pencil drawing. how to get this effect? I know how to use the shape editor tool to get the outline of the photo, but how to create the fills to look like shaded pencil/charcoal fill?

View 9 Replies View Related

Xara :: Unable To Create Shape

Sep 21, 2013

My mindset doesn't work properly with shapes - more with lines and curves from point A to point B.

My normal usage of Xara is for banners and posters etc. not art or technical drawing. Anyway, I wanted to create a specific shape in Xara - it's not that I can't create it otherwise (it's very simple to create in CAD and export as PDF - import into Xara), it's that I can't create it in Xara - No matter what I try I cannot create this exact shape. I say exact specifically because I can close to fudge it, that's not the point. How would I go about creating this shape exactly.

Certified.xar

View 9 Replies View Related

Xara :: How To Create A String Of Lines End To End

Dec 31, 2012

The very first thing any CAD program can do is be able to create a series of lines, connected end to end, on the fly, by starting each line snapped to the end of the last line.

I cannot see how to do this very basic procedure. Perhaps I'm missing something (). I can see how you can make 2 lines separately, then move one to snap to the other, but this seems awfully crude for a program like Xara.

View 6 Replies View Related

Xara :: How To Create A Heart In Drawing

Feb 6, 2012

Here is a little video that I did some time ago for Xara-Users on how to create a heart in Xara's drawing products. Any of the products with 'designer' in the name will do. There are 3 different methods for drawing a heart in this tutorial. My personal favorite is the square and two circles technique, but to each his own.

View 4 Replies View Related

Xara :: How To Create Vector Of Sundial

Apr 3, 2011

Been trying to create a vector of a sundial but not having much luck.

View 8 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved